Searched refs:curType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
D | MDNSUtils.java | 124 String curType = serviceInfo.getServiceType().toLowerCase(); in isSupportedServiceType() local 126 if (curType.contains(type.toLowerCase())) { in isSupportedServiceType()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | DeviceDescriptor.cpp | 168 audio_devices_t curType = itemAt(i)->mDeviceType & ~AUDIO_DEVICE_BIT_IN; in getDevicesFromType() local 169 if ((isOutput == curIsOutput) && ((type & curType) != 0)) { in getDevicesFromType() 171 type &= ~curType; in getDevicesFromType()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 596 const String16& curType, in parseAndAddBag() argument 632 myPackage, curType, ident, parentIdent, itemIdent, str, in parseAndAddBag() 693 const String16& curType, in parseAndAddEntry() argument 743 type_ident_pair_t(curType, ident), true); in parseAndAddEntry() 757 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry() 774 myPackage, curType, ident, str, &spans, &config, in parseAndAddEntry() 913 String16 curType; in compileResourceFile() local 1330 curType = String16(block.getAttributeStringValue(attri, &len)); in compileResourceFile() 1409 curType = string16; in compileResourceFile() 1415 curType = drawable16; in compileResourceFile() [all …]
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 3505 uint32_t curType = 0xffffffff; in applyStyle() local 3531 curType = 0xffffffff; in applyStyle() 3533 if (curType != t) { in applyStyle() 3539 curType = t; in applyStyle()
|