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

/frameworks/base/tools/aapt/
H A DResourceTable.h154 bool hasBagOrEntry(const String16& package,
158 bool hasBagOrEntry(const String16& package,
163 bool hasBagOrEntry(const String16& ref,
H A DResourceTable.cpp274 if (outTable->hasBagOrEntry(myPackage, attr16, ident)) {
488 if (!attr.hasErrors && !outTable->hasBagOrEntry(itemIdent, &id16, &myPackage)) {
700 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
1765 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) {
1847 bool ResourceTable::hasBagOrEntry(const String16& package, function in class:ResourceTable
1872 bool ResourceTable::hasBagOrEntry(const String16& package, function in class:ResourceTable
1903 bool ResourceTable::hasBagOrEntry(const String16& ref, function in class:ResourceTable
1912 return hasBagOrEntry(package, type, name);
3180 if (!table->hasBagOrEntry(key, &id16, &package)) {
3188 } else if (!table->hasBagOrEntry(ke
[all...]

Completed in 38 milliseconds