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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp308 if (outTable->hasBagOrEntry(myPackage, attr16, ident)) {
759 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
1736 if (!outTable->hasBagOrEntry(myPackage, p.type, p.ident)) {
1908 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) {
1990 bool ResourceTable::hasBagOrEntry(const String16& package, function in class:ResourceTable
2015 bool ResourceTable::hasBagOrEntry(const String16& package, function in class:ResourceTable
2046 bool ResourceTable::hasBagOrEntry(const String16& ref, function in class:ResourceTable
2055 return hasBagOrEntry(package, type, name);
3551 if (!table->hasBagOrEntry(key, &id16, &package)) {
3564 } else if (!table->hasBagOrEntry(ke
[all...]

Completed in 31 milliseconds