Searched refs:insertImHandle (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | SearchIndexManagerTest.java | 260 insertImHandle(rawContactId, Im.PROTOCOL_JABBER, null, "bp@android.com"); in testSearchIndexForIm() 261 insertImHandle(rawContactId, Im.PROTOCOL_CUSTOM, "android_im", "android@android.com"); in testSearchIndexForIm()
|
D | ContactsProvider2Test.java | 1015 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testContactEntitiesWithIdBasedUri() 1037 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testContactEntitiesWithLookupUri() 5312 Uri imUri = insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateInsert() 5365 Uri imUri = insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateInferAttribution() 5386 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateMatchingImOrEmail() 5387 insertImHandle(rawContactId, Im.PROTOCOL_CUSTOM, "my_im_proto", "my_im"); in testStatusUpdateMatchingImOrEmail() 5430 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateUpdateAndDelete() 5505 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateUpdateToNull() 5533 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateWithTimestamp() 5534 insertImHandle(rawContactId, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testStatusUpdateWithTimestamp() [all …]
|
D | BaseContactsProvider2Test.java | 485 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol, in insertImHandle() method in BaseContactsProvider2Test
|