OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_TAG_CONVOCONTACT
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java
48
protected static final String
XML_TAG_CONVOCONTACT
= "convocontact";
200
xmlConvoElement.startTag(null,
XML_TAG_CONVOCONTACT
);
233
xmlConvoElement.endTag(null,
XML_TAG_CONVOCONTACT
);
249
throw new IllegalArgumentException(
XML_TAG_CONVOCONTACT
+
BluetoothMapConvoListingElement.java
322
if(name.equalsIgnoreCase(BluetoothMapConvoContactElement.
XML_TAG_CONVOCONTACT
)){
Completed in 308 milliseconds