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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp604 bool onlyEmptyResources = true; local
672 onlyEmptyResources = false;
685 return onlyEmptyResources;
714 bool onlyEmptyResources = true; local
718 onlyEmptyResources = onlyEmptyResources && empty;
721 if (required && onlyEmptyResources) {

Completed in 86 milliseconds