Searched refs:curType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
D | MDNSUtils.java | 125 String curType = serviceInfo.getServiceType().toLowerCase(); in isSupportedServiceType() local 127 if (curType.contains(type.toLowerCase())) { in isSupportedServiceType()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 593 const String16& curType, in parseAndAddBag() argument 629 myPackage, curType, ident, parentIdent, itemIdent, str, in parseAndAddBag() 690 const String16& curType, in parseAndAddEntry() argument 740 type_ident_pair_t(curType, ident), true); in parseAndAddEntry() 754 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry() 771 myPackage, curType, ident, str, &spans, &config, in parseAndAddEntry() 910 String16 curType; in compileResourceFile() local 1327 curType = String16(block.getAttributeStringValue(attri, &len)); in compileResourceFile() 1406 curType = string16; in compileResourceFile() 1412 curType = drawable16; in compileResourceFile() [all …]
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 3816 uint32_t curType = 0xffffffff; in applyStyle() local 3842 curType = 0xffffffff; in applyStyle() 3844 if (curType != t) { in applyStyle() 3850 curType = t; in applyStyle()
|