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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp272 if (outTable->hasBagOrEntry(myPackage, attr16, ident)) {
486 if (!attr.hasErrors && !outTable->hasBagOrEntry(itemIdent, &id16, &myPackage)) {
698 !outTable->hasBagOrEntry(myPackage, curType, ident)) {
1703 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) {
1799 bool ResourceTable::hasBagOrEntry(const String16& package, function in class:ResourceTable
1824 bool ResourceTable::hasBagOrEntry(const String16& ref, function in class:ResourceTable
1833 return hasBagOrEntry(package, type, name);
3137 if (!table->hasBagOrEntry(key, &id16, &package)) {
3145 } else if (!table->hasBagOrEntry(key, &attr16, &package)) {

Completed in 57 milliseconds