Searched defs:rawContactId4 (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
H A D | ContactsContract_DefaultAccountTest.java | 279 long rawContactId4 = RawContactUtil.insertRawContactUsingNullAccount(mResolver, ACCT_1); in testRawContactAndGroupInsert_whenDefaultAccountIsLocal() local 322 long rawContactId4 = RawContactUtil.insertRawContactUsingNullAccount(mResolver, ACCT_1); in testRawContactAndGroupInsert_whenDefaultAccountIsSim() local 365 long rawContactId4 = RawContactUtil.insertRawContactUsingNullAccount(mResolver, ACCT_1); in testRawContactAndGroupInsert_whenDefaultAccountIsNotSet() local
|
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2Test.java | 734 long rawContactId4 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonSplitBecauseOfMultipleAffinitiesWhenOverridden() local 771 long rawContactId4 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testReAggregateToConnectedComponent() local 922 long rawContactId4 = RawContactUtil.createRawContact(mResolver); in testAggregationSuggestionsBasedOnName() local 1707 long rawContactId4 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testDoctorsWithSameWorkPhoneNumber() local
|
D | ContactAggregatorTest.java | 728 long rawContactId4 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonSplitBecauseOfMultipleAffinitiesWhenOverridden() local 765 long rawContactId4 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testReAggregateToConnectedComponent() local 928 long rawContactId4 = RawContactUtil.createRawContact(mResolver); in testAggregationSuggestionsBasedOnName() local
|
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 3586 final long rawContactId4 = createRawContact(values4, "Fay", "Veritt", null, in testQueryContactStrequent() local 8013 long rawContactId4 = RawContactUtil.createRawContactWithName(mResolver, socialAccount); in testPhotoStoreCleanup() local
|