Searched refs:XML_TAG_CONVOCONTACT (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java47 protected static final String XML_TAG_CONVOCONTACT = "convocontact"; field in class:BluetoothMapConvoContactElement
199 xmlConvoElement.startTag(null, XML_TAG_CONVOCONTACT);
232 xmlConvoElement.endTag(null, XML_TAG_CONVOCONTACT);
248 throw new IllegalArgumentException(XML_TAG_CONVOCONTACT +
H A DBluetoothMapConvoListingElement.java322 if(name.equalsIgnoreCase(BluetoothMapConvoContactElement.XML_TAG_CONVOCONTACT)){

Completed in 43 milliseconds