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/
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.java2464 long contactId1 = queryContactId(rawContactId1); in testCallablesQuery() local
5201 long contactId1 = queryContactId(rawContactId1); in testSendToVoicemailAndRingtoneAfterAggregation() local
5218 long contactId1 = queryContactId(rawContactId1); in testDoNotSendToVoicemailAfterAggregation() local
5235 long contactId1 = queryContactId(rawContactId1); in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit() local
7577 long contactId1 = queryContactId(rawContactId1); in testPhotoStoreCleanup() local
8176 final long contactId1 = queryContactId(rawContactId1); in createVCardTestContacts() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregator2Test.java493 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepIn() local
598 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
968 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnName() local
973 assertSuggestions(queryContactId(rawContactId5), contactId1, contactId3); in testAggregationSuggestionsBasedOnName() local
987 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumber() local
1005 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddress() local
1023 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1038 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNickname() local
1055 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1073 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnCommonNickname() local
[all …]
DContactAggregatorTest.java477 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepIn() local
582 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
961 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnName() local
979 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumber() local
997 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddress() local
1015 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1030 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNickname() local
1047 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1065 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnCommonNickname() local
1081 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
[all …]
/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()