OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertImHandle
(Results
1 - 3
of
3
) sorted by null
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SearchIndexManagerTest.java
235
insertImHandle
(rawContactId, Im.PROTOCOL_JABBER, null, "bp@android.com");
236
insertImHandle
(rawContactId, Im.PROTOCOL_CUSTOM, "android_im", "android@android.com");
ContactsProvider2Test.java
695
insertImHandle
(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk");
717
insertImHandle
(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk");
[
all
...]
BaseContactsProvider2Test.java
482
protected Uri
insertImHandle
(long rawContactId, int protocol, String customProtocol,
[
all
...]
Completed in 350 milliseconds