Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java156 String attributeValue = parser.getAttributeValue(i); in encode() local
158 assertThat(attributeValue) in encode()
161 assertThat(attributeValue) in encode()
164 assertThat(attributeValue) in encode()
167 assertThat(attributeValue).isEqualTo(TEST_SENDER_ADDRESSING); in encode()
169 assertThat(attributeValue).isEqualTo(TEST_REPLY_TO_ADDRESSING); in encode()
171 assertThat(attributeValue).isEqualTo(TEST_RECIPIENT_NAME); in encode()
173 assertThat(attributeValue).isEqualTo(TEST_RECIPIENT_ADDRESSING); in encode()
175 assertThat(attributeValue).isEqualTo(TEST_TYPE.name()); in encode()
177 assertThat(attributeValue).isEqualTo(Integer.toString(TEST_SIZE)); in encode()
[all …]
DBluetoothMapMessageListingTest.java188 String attributeValue = parser.getAttributeValue(i); in createFromXml() local
191 LocalDateTime.parse(attributeValue, formatter) in createFromXml()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java264 String attributeValue = parser.getAttributeValue(i); in createFromXml() local
266 newElement.mUci = attributeValue; in createFromXml()
268 newElement.mName = attributeValue; in createFromXml()
270 newElement.mDisplayName = attributeValue; in createFromXml()
272 newElement.setChatState(attributeValue); in createFromXml()
274 newElement.setLastActivity(attributeValue); in createFromXml()
276 newElement.setBtUid(SignedLongLong.fromString(attributeValue)); in createFromXml()
278 newElement.mPresenceAvailability = Integer.parseInt(attributeValue); in createFromXml()
280 newElement.setPresenceStatus(attributeValue); in createFromXml()
282 newElement.setPriority(Integer.parseInt(attributeValue)); in createFromXml()
DBluetoothMapConvoListingElement.java302 String attributeValue = parser.getAttributeValue(i); in createFromXml() local
304 newElement.mId = SignedLongLong.fromString(attributeValue); in createFromXml()
306 newElement.mName = attributeValue; in createFromXml()
308 newElement.setLastActivity(attributeValue); in createFromXml()
310 newElement.setRead(attributeValue); in createFromXml()
312 newElement.setVersionCounter(attributeValue); in createFromXml()
314 newElement.setSummary(attributeValue); in createFromXml()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DSpecialFormatDetector.java238 String attributeValue = getAttributeValue(xpp, attributeName); in isMicroVideoPresent() local
239 if (attributeValue != null) { in isMicroVideoPresent()
240 long microVideoOffset = Long.parseLong(attributeValue); in isMicroVideoPresent()
249 String attributeValue = getAttributeValue(xpp, attributeName); in isMotionPhotoFlagSet() local
250 if (attributeValue != null) { in isMotionPhotoFlagSet()
251 int motionPhotoFlag = Integer.parseInt(attributeValue); in isMotionPhotoFlagSet()
/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/Car/DebuggingRestrictionController/libs/
Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...