Searched defs:createIfNotFound (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2115 const bool createIfNotFound)
2118 if (resId != 0 || !createIfNotFound) {
2113 getCustomResourceWithCreation( const String16& package, const String16& type, const String16& name, const bool createIfNotFound) argument
/frameworks/base/libs/utils/
H A DResourceTypes.cpp3236 bool createIfNotFound = false; local
3240 createIfNotFound = true;
3248 createIfNotFound = false;
3289 createIfNotFound);

Completed in 176 milliseconds