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.java261 insertImHandle(rawContactId, Im.PROTOCOL_JABBER, null, "bp@android.com"); in testSearchIndexForIm()
262 insertImHandle(rawContactId, Im.PROTOCOL_CUSTOM, "android_im", "android@android.com"); in testSearchIndexForIm()
DContactsProvider2Test.java1295 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testContactEntitiesWithIdBasedUri()
1317 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testContactEntitiesWithLookupUri()
5319 Uri imUri = insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateInsert()
5372 Uri imUri = insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateInferAttribution()
5393 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateMatchingImOrEmail()
5394 insertImHandle(rawContactId, Im.PROTOCOL_CUSTOM, "my_im_proto", "my_im"); in testStatusUpdateMatchingImOrEmail()
5437 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateUpdateAndDelete()
5512 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateUpdateToNull()
5540 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateWithTimestamp()
5541 insertImHandle(rawContactId, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testStatusUpdateWithTimestamp()
[all …]
DBaseContactsProvider2Test.java511 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol, in insertImHandle() method in BaseContactsProvider2Test