Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java38 private static final String XML_ATT_PRIORITY = "priority"; field in BluetoothMapConvoContactElement
228 xmlConvoElement.attribute(null, XML_ATT_PRIORITY, String.valueOf(mPriority)); in encode()
270 } else if (attributeName.equalsIgnoreCase(XML_ATT_PRIORITY)) { in createFromXml()