Searched refs:typeLabel (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | HardwarePropertiesManagerService.java | 110 String typeLabel) { in dumpTempValues() argument 111 dumpTempValues(pkg, pw, type, typeLabel, "temperatures: ", in dumpTempValues() 113 dumpTempValues(pkg, pw, type, typeLabel, "throttling temperatures: ", in dumpTempValues() 115 dumpTempValues(pkg, pw, type, typeLabel, "shutdown temperatures: ", in dumpTempValues() 117 dumpTempValues(pkg, pw, type, typeLabel, "vr throttling temperatures: ", in dumpTempValues() 122 String typeLabel, String subLabel, int valueType) { in dumpTempValues() argument 123 pw.println(typeLabel + subLabel + Arrays.toString(getDeviceTemperatures( in dumpTempValues()
|
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
H A D | TelecomUtils.java | 198 String initials, Uri avatarUri, String typeLabel, String lookupKey) { in PhoneNumberInfo() argument 204 mTypeLabel = typeLabel; in PhoneNumberInfo() 291 CharSequence typeLabel = phoneNumber == null ? "" : phoneNumber.getReadableLabel( in lookupNumberInBackground() local 300 typeLabel.toString(), in lookupNumberInBackground() 311 CharSequence typeLabel = ""; in lookupNumberInBackground() local 342 typeLabel = Phone.getTypeLabel(context.getResources(), type, label); in lookupNumberInBackground() 361 typeLabel.toString(), in lookupNumberInBackground()
|