Home
last modified time | relevance | path

Searched refs:getContactPoints (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactDataHandlerTest.java131 ContactPoint[] contactPoints = personTested.getContactPoints(); in testConvertCurrentRowToPerson_labelCustom_typeCustom()
166 ContactPoint[] contactPoints = personTested.getContactPoints(); in testConvertCurrentRowToPerson_labelIsNull_typeCustom()
199 ContactPoint[] contactPoints = personTested.getContactPoints(); in testConvertCurrentRowToPerson_labelIsNull_typeHome()
231 ContactPoint[] contactPoints = personTested.getContactPoints(); in testConvertCurrentRowToPerson_email()
310 ContactPoint[] contactPoints = personTested.getContactPoints(); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitUS()
343 ContactPoint[] contactPoints = personTested.getContactPoints(); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitDO()
379 ContactPoint[] contactPoints = personTested.getContactPoints(); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitCN()
413 ContactPoint[] contactPoints = personTested.getContactPoints(); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitES()
447 ContactPoint[] contactPoints = personTested.getContactPoints(); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_threeDigitBG()
479 ContactPoint[] contactPoints = personTested.getContactPoints(); in testPhone_generatesAllVariants_withoutE164FormatInCP2_withoutFallback()
[all …]
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPersonTest.java115 assertThat(person.getContactPoints()).asList().containsExactly(contact1, contact2, in testBuilder()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelper.java131 + contactForFingerPrint.getContactPoints().length in buildPerson()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java339 public ContactPoint[] getContactPoints() { in getContactPoints() method in Person