Searched defs:XML_ATT_LAST_ACTIVITY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java42 private static final String XML_ATT_LAST_ACTIVITY = "last_activity"; field in class:BluetoothMapConvoContactElement
215 xmlConvoElement.attribute(null, XML_ATT_LAST_ACTIVITY,
263 } else if(attributeName.equalsIgnoreCase(XML_ATT_LAST_ACTIVITY)) {
H A DBluetoothMapConvoListingElement.java39 private static final String XML_ATT_LAST_ACTIVITY = "last_activity"; field in class:BluetoothMapConvoListingElement
257 xmlConvoElement.attribute(null, XML_ATT_LAST_ACTIVITY,
300 } else if(attributeName.equalsIgnoreCase(XML_ATT_LAST_ACTIVITY)) {

Completed in 91 milliseconds