Home
last modified time | relevance | path

Searched refs:XML_TAG_CONVERSATION (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoListingElement.java38 public static final String XML_TAG_CONVERSATION = "conversation"; field in BluetoothMapConvoListingElement
265 xmlConvoElement.startTag(null, XML_TAG_CONVERSATION); in encode()
290 xmlConvoElement.endTag(null, XML_TAG_CONVERSATION); in encode()
H A DBluetoothMapConvoListing.java190 .equalsIgnoreCase(BluetoothMapConvoListingElement.XML_TAG_CONVERSATION)) { in readConversations()