Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElement.java42 private static final String XML_ATT_READ = "readstatus"; field in BluetoothMapConvoListingElement
276 xmlConvoElement.attribute(null, XML_ATT_READ, getRead()); in encode()
316 } else if (attributeName.equalsIgnoreCase(XML_ATT_READ)) { in createFromXml()