Searched refs:insertIdentity (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java437 insertIdentity(rawContactId1, "iden1", "namespace1");
440 insertIdentity(rawContactId2, "iden1", "namespace1");
704 insertIdentity(rawContactId1, "iden1", "namespace");
709 insertIdentity(rawContactId1, "iden2", "namespace");
737 insertIdentity(rawContactId1, "iden", "namespace");
740 insertIdentity(rawContactId2, "iden", "namespace");
747 insertIdentity(rawContactId1, "iden1", "namespace1");
748 insertIdentity(rawContactId1, "iden2", "namespace2");
751 insertIdentity(rawContactId2, "iden2", "namespace1");
752 insertIdentity(rawContactId
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java547 protected Uri insertIdentity(long rawContactId, String identity, String namespace) { method in class:BaseContactsProvider2Test

Completed in 39 milliseconds