Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElementTest.java155 String attributeName = parser.getAttributeName(i).trim(); in encode() local
157 if (attributeName.equalsIgnoreCase("handle")) { in encode()
160 } else if (attributeName.equalsIgnoreCase("datetime")) { in encode()
163 } else if (attributeName.equalsIgnoreCase("sender_name")) { in encode()
166 } else if (attributeName.equalsIgnoreCase("sender_addressing")) { in encode()
168 } else if (attributeName.equalsIgnoreCase("replyto_addressing")) { in encode()
170 } else if (attributeName.equalsIgnoreCase("recipient_name")) { in encode()
172 } else if (attributeName.equalsIgnoreCase("recipient_addressing")) { in encode()
174 } else if (attributeName.equalsIgnoreCase("type")) { in encode()
176 } else if (attributeName.equalsIgnoreCase("size")) { in encode()
[all …]
DBluetoothMapMessageListingTest.java187 String attributeName = parser.getAttributeName(i).trim(); in createFromXml() local
189 if (attributeName.equalsIgnoreCase("datetime")) { in createFromXml()
194 } else if (attributeName.equalsIgnoreCase("read")) { in createFromXml()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java263 String attributeName = parser.getAttributeName(i).trim(); in createFromXml() local
265 if (attributeName.equalsIgnoreCase(XML_ATT_UCI)) { in createFromXml()
267 } else if (attributeName.equalsIgnoreCase(XML_ATT_NAME)) { in createFromXml()
269 } else if (attributeName.equalsIgnoreCase(XML_ATT_DISPLAY_NAME)) { in createFromXml()
271 } else if (attributeName.equalsIgnoreCase(XML_ATT_CHAT_STATE)) { in createFromXml()
273 } else if (attributeName.equalsIgnoreCase(XML_ATT_LAST_ACTIVITY)) { in createFromXml()
275 } else if (attributeName.equalsIgnoreCase(XML_ATT_X_BT_UID)) { in createFromXml()
277 } else if (attributeName.equalsIgnoreCase(XML_ATT_PRESENCE_AVAILABILITY)) { in createFromXml()
279 } else if (attributeName.equalsIgnoreCase(XML_ATT_PRESENCE_STATUS)) { in createFromXml()
281 } else if (attributeName.equalsIgnoreCase(XML_ATT_PRIORITY)) { in createFromXml()
DBluetoothMapConvoListingElement.java301 String attributeName = parser.getAttributeName(i).trim(); in createFromXml() local
303 if (attributeName.equalsIgnoreCase(XML_ATT_ID)) { in createFromXml()
305 } else if (attributeName.equalsIgnoreCase(XML_ATT_NAME)) { in createFromXml()
307 } else if (attributeName.equalsIgnoreCase(XML_ATT_LAST_ACTIVITY)) { in createFromXml()
309 } else if (attributeName.equalsIgnoreCase(XML_ATT_READ)) { in createFromXml()
311 } else if (attributeName.equalsIgnoreCase(XML_ATT_VERSION_COUNTER)) { in createFromXml()
313 } else if (attributeName.equalsIgnoreCase(XML_ATT_SUMMARY)) { in createFromXml()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DSpecialFormatDetector.java237 for (String attributeName : DESCRIPTION_MICRO_VIDEO_OFFSET_ATTRIBUTE_NAMES) { in isMicroVideoPresent()
238 String attributeValue = getAttributeValue(xpp, attributeName); in isMicroVideoPresent()
248 for (String attributeName : MOTION_PHOTO_ATTRIBUTE_NAMES) { in isMotionPhotoFlagSet()
249 String attributeValue = getAttributeValue(xpp, attributeName); in isMotionPhotoFlagSet()
258 private static String getAttributeValue(XmlPullParser xpp, String attributeName) { in getAttributeValue() argument
260 if (xpp.getAttributeName(i).equals(attributeName)) { in getAttributeValue()
/packages/modules/Virtualization/libs/apkmanifest/native/
Dapkmanifest.cpp163 auto attributeName = chars ? u16string_view(chars, len) : u16string_view(); in parseManifest() local
166 if (attributeName == PACKAGE_ATTRIBUTE_NAME) { in parseManifest()
172 if (attributeName == VERSION_CODE_ATTRIBUTE_NAME) { in parseManifest()
176 } else if (attributeName == VERSION_CODE_MAJOR_ATTRIBUTE_NAME) { in parseManifest()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...