Home | History | Annotate | Download | only in aapt

Lines Matching refs:hasBagOrEntry

290         if (outTable->hasBagOrEntry(myPackage, attr16, ident)) {
739 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
1703 if (!outTable->hasBagOrEntry(myPackage, p.type, p.ident)) {
1875 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) {
1957 bool ResourceTable::hasBagOrEntry(const String16& package,
1982 bool ResourceTable::hasBagOrEntry(const String16& package,
2013 bool ResourceTable::hasBagOrEntry(const String16& ref,
2022 return hasBagOrEntry(package, type, name);
3489 if (!table->hasBagOrEntry(key, &id16, &package)) {
3500 } else if (!table->hasBagOrEntry(key, &attr16, &package)) {