Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java45 private static final String XML_ATT_PRESENCE_AVAILABILITY = "presence_availability"; field in BluetoothMapConvoContactElement
236 null, XML_ATT_PRESENCE_AVAILABILITY, String.valueOf(mPresenceAvailability)); in encode()
277 } else if (attributeName.equalsIgnoreCase(XML_ATT_PRESENCE_AVAILABILITY)) { in createFromXml()