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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp757 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
1742 if (!outTable->hasBagOrEntry(myPackage, p.type, p.ident)) {
1914 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) {
1996 bool ResourceTable::hasBagOrEntry(const String16& package, function in class:ResourceTable
2021 bool ResourceTable::hasBagOrEntry(const String16& package, function in class:ResourceTable
2052 bool ResourceTable::hasBagOrEntry(const String16& ref, function in class:ResourceTable
2061 return hasBagOrEntry(package, type, name);
3622 if (!table->hasBagOrEntry(key, &id16, &package)) {
3635 } else if (!table->hasBagOrEntry(key, &attr16, &package)) {

Completed in 21 milliseconds