Searched refs:onlyEmptyResources (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp503 bool onlyEmptyResources = true; local
571 onlyEmptyResources = false;
584 return onlyEmptyResources;
609 bool onlyEmptyResources = true; local
613 onlyEmptyResources = onlyEmptyResources && empty;
616 if (required && onlyEmptyResources) {

Completed in 2427 milliseconds