Home
last modified time | relevance | path

Searched refs:insertImHandle (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSearchIndexManagerTest.java260 insertImHandle(rawContactId, Im.PROTOCOL_JABBER, null, "bp@android.com"); in testSearchIndexForIm()
261 insertImHandle(rawContactId, Im.PROTOCOL_CUSTOM, "android_im", "android@android.com"); in testSearchIndexForIm()
DContactsProvider2Test.java892 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testContactEntitiesWithIdBasedUri()
914 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testContactEntitiesWithLookupUri()
4559 Uri imUri = insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateInsert()
4612 Uri imUri = insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateInferAttribution()
4633 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateMatchingImOrEmail()
4634 insertImHandle(rawContactId, Im.PROTOCOL_CUSTOM, "my_im_proto", "my_im"); in testStatusUpdateMatchingImOrEmail()
4677 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateUpdateAndDelete()
4752 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateUpdateToNull()
4780 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateWithTimestamp()
4781 insertImHandle(rawContactId, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testStatusUpdateWithTimestamp()
[all …]
DBaseContactsProvider2Test.java487 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol, in insertImHandle() method in BaseContactsProvider2Test