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 | 1076 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testContactEntitiesWithIdBasedUri() 1098 insertImHandle(rawContactId1, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testContactEntitiesWithLookupUri() 5308 Uri imUri = insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateInsert() 5361 Uri imUri = insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateInferAttribution() 5382 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateMatchingImOrEmail() 5383 insertImHandle(rawContactId, Im.PROTOCOL_CUSTOM, "my_im_proto", "my_im"); in testStatusUpdateMatchingImOrEmail() 5426 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateUpdateAndDelete() 5501 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateUpdateToNull() 5529 insertImHandle(rawContactId, Im.PROTOCOL_AIM, null, "aim"); in testStatusUpdateWithTimestamp() 5530 insertImHandle(rawContactId, Im.PROTOCOL_GOOGLE_TALK, null, "gtalk"); in testStatusUpdateWithTimestamp() [all …]
|
D | BaseContactsProvider2Test.java | 493 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol, in insertImHandle() method in BaseContactsProvider2Test
|