Searched defs:contactId1 (Results 1 – 7 of 7) sorted by relevance
104 long contactId1 = queryContactId(RawContactUtil.createRawContactWithName(mResolver, "Bob", in testForwardingToLocalInvisibleContacts() local
113 long contactId1 = queryContactId(rawContactId1); in testLookupKeySameSourceIdDifferentAccounts() local
651 long contactId1 = queryContactId(rawContactId1); in assertAggregated() local658 long contactId1 = queryContactId(rawContactId1); in assertAggregated() local667 long contactId1 = queryContactId(rawContactId1); in assertNotAggregated() local
2464 long contactId1 = queryContactId(rawContactId1); in testCallablesQuery() local5201 long contactId1 = queryContactId(rawContactId1); in testSendToVoicemailAndRingtoneAfterAggregation() local5218 long contactId1 = queryContactId(rawContactId1); in testDoNotSendToVoicemailAfterAggregation() local5235 long contactId1 = queryContactId(rawContactId1); in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit() local7577 long contactId1 = queryContactId(rawContactId1); in testPhotoStoreCleanup() local8176 final long contactId1 = queryContactId(rawContactId1); in createVCardTestContacts() local
493 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepIn() local598 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepOutCheckResultDisplayNames() local968 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnName() local973 assertSuggestions(queryContactId(rawContactId5), contactId1, contactId3); in testAggregationSuggestionsBasedOnName() local987 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumber() local1005 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddress() local1023 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local1038 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNickname() local1055 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNicknameMatchingName() local1073 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnCommonNickname() local[all …]
477 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepIn() local582 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepOutCheckResultDisplayNames() local961 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnName() local979 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumber() local997 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddress() local1015 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local1030 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNickname() local1047 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNicknameMatchingName() local1065 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnCommonNickname() local1081 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local[all …]
1343 public static Intent createJoinContactsIntent(Context context, long contactId1, in createJoinContactsIntent()1538 long contactId1 = intent.getLongExtra(EXTRA_CONTACT_ID1, -1); in joinContacts() local1710 private long[] getRawContactIdsForAggregation(long contactId1, long contactId2) { in getRawContactIdsForAggregation()