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

/frameworks/base/tools/aapt/
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 65 milliseconds