Home
last modified time | relevance | path

Searched defs:contactId1 (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java462 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepIn() local
567 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
968 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnName() local
986 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumber() local
1004 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddress() local
1022 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1037 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNickname() local
1054 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1072 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnCommonNickname() local
1088 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DDirectoryTest.java98 long contactId1 = queryContactId(RawContactUtil.createRawContactWithName(mResolver, "Bob", in testForwardingToLocalInvisibleContacts() local
DContactLookupKeyTest.java113 long contactId1 = queryContactId(rawContactId1); in testLookupKeySameSourceIdDifferentAccounts() local
DBaseContactsProvider2Test.java633 long contactId1 = queryContactId(rawContactId1); in assertAggregated() local
640 long contactId1 = queryContactId(rawContactId1); in assertAggregated() local
649 long contactId1 = queryContactId(rawContactId1); in assertNotAggregated() local
DContactsProvider2Test.java2088 long contactId1 = queryContactId(rawContactId1); in testCallablesQuery() local
4504 long contactId1 = queryContactId(rawContactId1); in testSendToVoicemailAndRingtoneAfterAggregation() local
4521 long contactId1 = queryContactId(rawContactId1); in testDoNotSendToVoicemailAfterAggregation() local
4538 long contactId1 = queryContactId(rawContactId1); in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit() local
6738 long contactId1 = queryContactId(rawContactId1); in testPhotoStoreCleanup() local
7309 final long contactId1 = queryContactId(rawContactId1); in createVCardTestContacts() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java967 public static Intent createJoinContactsIntent(Context context, long contactId1, in createJoinContactsIntent()
1002 long contactId1 = intent.getLongExtra(EXTRA_CONTACT_ID1, -1); in joinContacts() local