HomeSort by relevance Sort by last modified time
    Searched refs:XML_ATT_LAST_ACTIVITY (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java 43 private static final String XML_ATT_LAST_ACTIVITY = "last_activity";
216 xmlConvoElement.attribute(null, XML_ATT_LAST_ACTIVITY,
264 } else if(attributeName.equalsIgnoreCase(XML_ATT_LAST_ACTIVITY)) {
BluetoothMapConvoListingElement.java 39 private static final String XML_ATT_LAST_ACTIVITY = "last_activity";
257 xmlConvoElement.attribute(null, XML_ATT_LAST_ACTIVITY,
300 } else if(attributeName.equalsIgnoreCase(XML_ATT_LAST_ACTIVITY)) {

Completed in 53 milliseconds