Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java254 String attributeValue = parser.getAttributeValue(i); in createFromXml() local
256 newElement.mUci = attributeValue; in createFromXml()
258 newElement.mName = attributeValue; in createFromXml()
260 newElement.mDisplayName = attributeValue; in createFromXml()
262 newElement.setChatState(attributeValue); in createFromXml()
264 newElement.setLastActivity(attributeValue); in createFromXml()
266 newElement.setBtUid(SignedLongLong.fromString(attributeValue)); in createFromXml()
268 newElement.mPresenceAvailability = Integer.parseInt(attributeValue); in createFromXml()
270 newElement.setPresenceStatus(attributeValue); in createFromXml()
272 newElement.setPriority(Integer.parseInt(attributeValue)); in createFromXml()
DBluetoothMapConvoListingElement.java295 String attributeValue = parser.getAttributeValue(i); in createFromXml() local
297 newElement.mId = SignedLongLong.fromString(attributeValue); in createFromXml()
299 newElement.mName = attributeValue; in createFromXml()
301 newElement.setLastActivity(attributeValue); in createFromXml()
303 newElement.setRead(attributeValue); in createFromXml()
305 newElement.setVersionCounter(attributeValue); in createFromXml()
307 newElement.setSummary(attributeValue); in createFromXml()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DSettingsShadowResources.java152 String attributeValue = set.getAttributeValue(i); in obtainStyledAttributes() local
156 if (attributeValue.contains("attr/fingerprint_layout_theme")) { in obtainStyledAttributes()
159 } else if (attributeValue.startsWith("@*android:string")) { in obtainStyledAttributes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java257 final String attributeValue = StringUtils.getStringFromNullTerminatedCodePointArray( in getHeader() local
259 attributes.put(attributeKey, attributeValue); in getHeader()
/packages/apps/TV/libs/
Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...