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.java109 long contactId2 = queryContactId(RawContactUtil.createRawContactWithName(mResolver, "Helen", in testForwardingToLocalInvisibleContacts() local
DContactLookupKeyTest.java129 long contactId2 = queryContactId(rawContactId2); in testLookupKeySameSourceIdDifferentAccounts() local
DBaseContactsProvider2Test.java670 long contactId2 = queryContactId(rawContactId2); in assertAggregated() local
677 long contactId2 = queryContactId(rawContactId2); in assertAggregated() local
686 long contactId2 = queryContactId(rawContactId2); in assertNotAggregated() local
1463 final long contactId2 = queryContactId(rawContactId2); in createVCardTestContacts() local
DContactsProvider2Test.java2714 long contactId2 = queryContactId(rawContactId2); in testCallablesQuery() local
5247 long contactId2 = queryContactId(rawContactId2); in testSendToVoicemailAndRingtoneAfterAggregation() local
5264 long contactId2 = queryContactId(rawContactId2); in testDoNotSendToVoicemailAfterAggregation() local
5281 long contactId2 = queryContactId(rawContactId2); in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit() local
7559 long contactId2 = queryContactId(rawContactId2); in testPhotoStoreCleanup() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregator2Test.java454 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepIn() local
559 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
929 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnName() local
948 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumber() local
966 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddress() local
984 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1002 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
1030 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsDontSuggestInvisible() local
DContactAggregatorTest.java448 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepIn() local
553 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
932 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnName() local
950 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumber() local
968 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddress() local
986 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1004 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
1032 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsDontSuggestInvisible() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1352 long contactId2, Class<? extends Activity> callbackActivity, String callbackAction) { in createJoinContactsIntent()
1547 long contactId2 = intent.getLongExtra(EXTRA_CONTACT_ID2, -1); in joinContacts() local
1718 private long[] getRawContactIdsForAggregation(long contactId1, long contactId2) { in getRawContactIdsForAggregation()