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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp746 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
1731 if (!outTable->hasBagOrEntry(myPackage, p.type, p.ident)) {
1903 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) {
1985 bool ResourceTable::hasBagOrEntry(const String16& package, function in class:ResourceTable
2010 bool ResourceTable::hasBagOrEntry(const String16& package, function in class:ResourceTable
2041 bool ResourceTable::hasBagOrEntry(const String16& ref, function in class:ResourceTable
2050 return hasBagOrEntry(package, type, name);
3601 if (!table->hasBagOrEntry(key, &id16, &package)) {
3614 } else if (!table->hasBagOrEntry(key, &attr16, &package)) {

Completed in 44 milliseconds