Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DDirectoryTest.java110 long contactId2 = queryContactId(RawContactUtil.createRawContactWithName(mResolver, "Helen", in testForwardingToLocalInvisibleContacts() local
DContactLookupKeyTest.java117 long contactId2 = queryContactId(rawContactId2); in testLookupKeySameSourceIdDifferentAccounts() local
DBaseContactsProvider2Test.java652 long contactId2 = queryContactId(rawContactId2); in assertAggregated() local
659 long contactId2 = queryContactId(rawContactId2); in assertAggregated() local
668 long contactId2 = queryContactId(rawContactId2); in assertNotAggregated() local
DContactsProvider2Test.java2460 long contactId2 = queryContactId(rawContactId2); in testCallablesQuery() local
5327 long contactId2 = queryContactId(rawContactId2); in testSendToVoicemailAndRingtoneAfterAggregation() local
5344 long contactId2 = queryContactId(rawContactId2); in testDoNotSendToVoicemailAfterAggregation() local
5361 long contactId2 = queryContactId(rawContactId2); in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit() local
7703 long contactId2 = queryContactId(rawContactId2); in testPhotoStoreCleanup() local
8270 final long contactId2 = queryContactId(rawContactId2); in createVCardTestContacts() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java466 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepIn() local
571 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
950 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnName() local
968 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumber() local
986 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddress() local
1004 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1022 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNickname() local
1039 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1054 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnCommonNickname() local
1070 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
[all …]
DContactAggregator2Test.java483 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepIn() local
588 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
958 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnName() local
977 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumber() local
995 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddress() local
1013 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1031 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNickname() local
1048 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1063 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnCommonNickname() local
1079 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
[all …]
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1344 long contactId2, Class<? extends Activity> callbackActivity, String callbackAction) { in createJoinContactsIntent()
1539 long contactId2 = intent.getLongExtra(EXTRA_CONTACT_ID2, -1); in joinContacts() local
1710 private long[] getRawContactIdsForAggregation(long contactId1, long contactId2) { in getRawContactIdsForAggregation()