Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregator2Test.java516 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepIn() local
621 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
991 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnName() local
996 assertSuggestions(queryContactId(rawContactId5), contactId1, contactId3); in testAggregationSuggestionsBasedOnName() local
1010 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumber() local
1028 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddress() local
1046 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1061 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNickname() local
1078 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1096 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnCommonNickname() local
[all …]
DContactAggregatorTest.java500 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepIn() local
605 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
984 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnName() local
1002 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumber() local
1020 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddress() local
1038 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1053 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNickname() local
1070 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1088 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnCommonNickname() local
1104 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DDirectoryTest.java104 long contactId1 = queryContactId(RawContactUtil.createRawContactWithName(mResolver, "Bob", in testForwardingToLocalInvisibleContacts() local
DContactLookupKeyTest.java113 long contactId1 = queryContactId(rawContactId1); in testLookupKeySameSourceIdDifferentAccounts() local
DBaseContactsProvider2Test.java651 long contactId1 = queryContactId(rawContactId1); in assertAggregated() local
658 long contactId1 = queryContactId(rawContactId1); in assertAggregated() local
667 long contactId1 = queryContactId(rawContactId1); in assertNotAggregated() local
DContactsProvider2Test.java2483 long contactId1 = queryContactId(rawContactId1); in testCallablesQuery() local
4887 long contactId1 = queryContactId(rawContactId1); in testSendToVoicemailAndRingtoneAfterAggregation() local
4904 long contactId1 = queryContactId(rawContactId1); in testDoNotSendToVoicemailAfterAggregation() local
4921 long contactId1 = queryContactId(rawContactId1); in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit() local
7193 long contactId1 = queryContactId(rawContactId1); in testPhotoStoreCleanup() local
7792 final long contactId1 = queryContactId(rawContactId1); in createVCardTestContacts() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1343 public static Intent createJoinContactsIntent(Context context, long contactId1, in createJoinContactsIntent()
1538 long contactId1 = intent.getLongExtra(EXTRA_CONTACT_ID1, -1); in joinContacts() local
1710 private long[] getRawContactIdsForAggregation(long contactId1, long contactId2) { in getRawContactIdsForAggregation()