OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCustomProtocol
(Results
1 - 6
of
6
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
ImDataItem.java
73
public String
getCustomProtocol
() {
107
!TextUtils.equals(
getCustomProtocol
(), that.
getCustomProtocol
())) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactsUtils.java
173
String host = im.
getCustomProtocol
();
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java
194
String host = im.
getCustomProtocol
();
QuickContactActivity.java
[
all
...]
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/dataitem/
DataItemTests.java
212
assertEquals(customProtocol1, ((ImDataItem) dataList.get(0)).
getCustomProtocol
());
213
assertEquals(customProtocol2, ((ImDataItem) dataList.get(1)).
getCustomProtocol
());
/frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java
[
all
...]
Completed in 1114 milliseconds