Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java463 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepIn() local
568 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
969 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnName() local
987 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumber() local
1005 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddress() local
1023 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1041 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNickname() local
1058 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1073 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnCommonNickname() local
1089 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DDirectoryTest.java104 long contactId2 = queryContactId(RawContactUtil.createRawContactWithName(mResolver, "Helen", in testForwardingToLocalInvisibleContacts() local
DContactLookupKeyTest.java117 long contactId2 = queryContactId(rawContactId2); in testLookupKeySameSourceIdDifferentAccounts() local
DBaseContactsProvider2Test.java634 long contactId2 = queryContactId(rawContactId2); in assertAggregated() local
641 long contactId2 = queryContactId(rawContactId2); in assertAggregated() local
650 long contactId2 = queryContactId(rawContactId2); in assertNotAggregated() local
DContactsProvider2Test.java2093 long contactId2 = queryContactId(rawContactId2); in testCallablesQuery() local
4508 long contactId2 = queryContactId(rawContactId2); in testSendToVoicemailAndRingtoneAfterAggregation() local
4525 long contactId2 = queryContactId(rawContactId2); in testDoNotSendToVoicemailAfterAggregation() local
4542 long contactId2 = queryContactId(rawContactId2); in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit() local
6745 long contactId2 = queryContactId(rawContactId2); in testPhotoStoreCleanup() local
7310 final long contactId2 = queryContactId(rawContactId2); in createVCardTestContacts() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java968 long contactId2, boolean contactWritable, in createJoinContactsIntent()
1003 long contactId2 = intent.getLongExtra(EXTRA_CONTACT_ID2, -1); in joinContacts() local