Home
last modified time | relevance | path

Searched refs:curType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
DMDNSUtils.java125 String curType = serviceInfo.getServiceType().toLowerCase(); in isSupportedServiceType() local
127 if (curType.contains(type.toLowerCase())) { in isSupportedServiceType()
/frameworks/base/tools/aapt/
DResourceTable.cpp595 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/
DBrightnessThermalClamper.java229 String curType = mObserverTempSensor.type; in registerSensor() local
231 if (curType.equals(tempSensor.type)) { in registerSensor()
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessThrottler.java407 String curType = mObserverTempSensor.type; in startObserving() local
409 if (curType.equals(tempSensor.type)) { in startObserving()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3950 uint32_t curType = 0xffffffff; in applyStyle() local
3976 curType = 0xffffffff; in applyStyle()
3978 if (curType != t) { in applyStyle()
3984 curType = t; in applyStyle()