Home
last modified time | relevance | path

Searched refs:attributeValue (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java253 String attributeValue = parser.getAttributeValue(i); in createFromXml() local
255 newElement.mUci = attributeValue; in createFromXml()
257 newElement.mName = attributeValue; in createFromXml()
259 newElement.mDisplayName = attributeValue; in createFromXml()
261 newElement.setChatState(attributeValue); in createFromXml()
263 newElement.setLastActivity(attributeValue); in createFromXml()
265 newElement.setBtUid(SignedLongLong.fromString(attributeValue)); in createFromXml()
267 newElement.mPresenceAvailability = Integer.parseInt(attributeValue); in createFromXml()
269 newElement.setPresenceStatus(attributeValue); in createFromXml()
271 newElement.setPriority(Integer.parseInt(attributeValue)); in createFromXml()
H A DBluetoothMapConvoListingElement.java309 String attributeValue = parser.getAttributeValue(i); in createFromXml() local
311 newElement.mId = SignedLongLong.fromString(attributeValue); in createFromXml()
313 newElement.mName = attributeValue; in createFromXml()
315 newElement.setLastActivity(attributeValue); in createFromXml()
317 newElement.setRead(attributeValue); in createFromXml()
319 newElement.setVersionCounter(attributeValue); in createFromXml()
321 newElement.setSummary(attributeValue); in createFromXml()
/aosp12/frameworks/base/services/core/java/com/android/server/timezone/
H A DPackageStatusStorage.java363 String attributeValue = parser.getAttributeValue(null, attributeName); in getNullableIntAttribute() local
365 if (attributeValue == null) { in getNullableIntAttribute()
367 } else if (attributeValue.isEmpty()) { in getNullableIntAttribute()
370 return Integer.parseInt(attributeValue); in getNullableIntAttribute()
373 "Bad integer for attributeName=" + attributeName + ": " + attributeValue, 0); in getNullableIntAttribute()
/aosp12/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/
H A Ddrm_hal_clearkey_test.h162 const std::string& attributeName, const AT& attributeValue, in ValidateMetricAttributeAndValue() argument
168 ValueEquals(attribute.type, attributeValue, attribute)) { in ValidateMetricAttributeAndValue()
184 const std::string& attributeName, const AT& attributeValue, in ValidateMetricAttributeAndValue() argument
191 metric, attributeName, attributeValue, in ValidateMetricAttributeAndValue()
/aosp12/frameworks/base/core/java/com/android/internal/colorextraction/types/
H A DTonal.java557 private float[] readFloatArray(String attributeValue) in readFloatArray() argument
559 String[] tokens = attributeValue.replaceAll(" ", "").replaceAll("\n", "").split(","); in readFloatArray()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationChannel.java1196 final String attributeValue = parser.getAttributeValue(null, att); in safeLongArray() local
1197 if (TextUtils.isEmpty(attributeValue)) return defValue; in safeLongArray()
1198 String[] values = attributeValue.split(DELIMITER); in safeLongArray()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java257 final String attributeValue = StringUtils.getStringFromNullTerminatedCodePointArray( in getHeader() local
259 attributes.put(attributeKey, attributeValue); in getHeader()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...