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

/frameworks/base/tools/aapt/
H A DResourceTable.h175 bool hasBagOrEntry(const String16& package,
179 bool hasBagOrEntry(const String16& package,
184 bool hasBagOrEntry(const String16& ref,
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 315 milliseconds