OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_TAG_CONVERSATION
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListingElement.java
38
public static final String
XML_TAG_CONVERSATION
= "conversation";
250
xmlConvoElement.startTag(null,
XML_TAG_CONVERSATION
);
276
xmlConvoElement.endTag(null,
XML_TAG_CONVERSATION
);
BluetoothMapConvoListing.java
187
if(name.trim().equalsIgnoreCase(BluetoothMapConvoListingElement.
XML_TAG_CONVERSATION
)
Completed in 46 milliseconds