Home
last modified time | relevance | path

Searched refs:contact2 (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelperTest.java59 ContactPoint contact2 = new ContactPoint.Builder(namespace, id + "2", "Work") in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded() local
82 .addContactPoint(contact2); in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()
198 ContactPoint contact2 = new ContactPoint.Builder(namespace, id + "2", "Work") in testFingerprintGeneration_forEachPropertyType_DocumentArray() local
213 .addContactPoint(contact2); in testFingerprintGeneration_forEachPropertyType_DocumentArray()
259 ContactPoint contact2 = new ContactPoint.Builder(namespace, id + "2", "Work") in testScore_setCorrectly() local
272 .addContactPoint(contact2) in testScore_setCorrectly()
308 ContactPoint contact2 = new ContactPoint.Builder(namespace, id + "2", "Work") in testGenerateFingerprintStringForPerson() local
347 .addContactPoint(contact2) in testGenerateFingerprintStringForPerson()
DContactsIndexerImplTest.java222 PersonBuilderHelper contact2 = new PersonBuilderHelper("id2", in testBatcher_contactFingerprintDifferent_Indexed() local
231 ImmutableList.of(contact1.buildPerson(), contact2.buildPerson(), in testBatcher_contactFingerprintDifferent_Indexed()
274 PersonBuilderHelper contact2 = new PersonBuilderHelper("id2", in testBatcher_contactFingerprintDifferent_IndexedWithOriginalCreationTimestamp() local
283 ImmutableList.of(contact1.buildPerson(), contact2.buildPerson(), in testBatcher_contactFingerprintDifferent_IndexedWithOriginalCreationTimestamp()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPersonTest.java55 ContactPoint contact2 = new ContactPoint.Builder(namespace, id + "2", "Work") in testBuilder() local
93 .addContactPoint(contact2) in testBuilder()
115 assertThat(person.getContactPoints()).asList().containsExactly(contact1, contact2, in testBuilder()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsManager.java98 public int compare(RankedContact contact1, RankedContact contact2) { in compare() argument
99 return Float.compare(contact2.getAffinity(), contact1.getAffinity()); in compare()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
DContactFilterCursor.java181 Cp2Contact contact2 = phoneContacts.get(j); in removeDuplicatePhoneNumbers() local
182 int qualification = getQualification(contact2.phoneNumber(), contact1.phoneNumber()); in removeDuplicatePhoneNumbers()
184 phoneContacts.remove(contact2); in removeDuplicatePhoneNumbers()