Searched refs:curType (Results 1 – 5 of 5) 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 | 595 const String16& curType, in parseAndAddBag() argument 631 myPackage, curType, ident, parentIdent, itemIdent, str, in parseAndAddBag() 692 const String16& curType, in parseAndAddEntry() argument 742 type_ident_pair_t(curType, ident), true); in parseAndAddEntry() 756 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) { in parseAndAddEntry() 773 myPackage, curType, ident, str, &spans, &config, in parseAndAddEntry() 912 String16 curType; in compileResourceFile() local 1329 curType = String16(block.getAttributeStringValue(attri, &len)); in compileResourceFile() 1408 curType = string16; in compileResourceFile() 1414 curType = drawable16; in compileResourceFile() [all …]
|
/frameworks/base/services/core/java/com/android/server/display/brightness/clamper/ |
D | BrightnessThermalClamper.java | 229 String curType = mObserverTempSensor.type; in registerSensor() local 231 if (curType.equals(tempSensor.type)) { in registerSensor()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | BrightnessThrottler.java | 407 String curType = mObserverTempSensor.type; in startObserving() local 409 if (curType.equals(tempSensor.type)) { in startObserving()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 3950 uint32_t curType = 0xffffffff; in applyStyle() local 3976 curType = 0xffffffff; in applyStyle() 3978 if (curType != t) { in applyStyle() 3984 curType = t; in applyStyle()
|