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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java 45 private static final String XML_ATT_NAME = "name";
209 xmlConvoElement.attribute(null, XML_ATT_NAME,
258 } else if(attributeName.equalsIgnoreCase(XML_ATT_NAME)) {
BluetoothMapConvoListingElement.java 40 private static final String XML_ATT_NAME = "name";
253 xmlConvoElement.attribute(null, XML_ATT_NAME,
298 } else if(attributeName.equalsIgnoreCase(XML_ATT_NAME)) {

Completed in 539 milliseconds