Searched refs:getGivenName (Results 1 – 9 of 9) sorted by relevance
89 indexer.accept(Pair.create(contact.getGivenName(), contact)); in indexContacts()131 c.getDisplayNameAlt(), c.getFamilyName(), c.getGivenName()); in getContact()
46 public String getGivenName() { in getGivenName() method in StructuredNameDataItem
47 public String getGivenName() { in getGivenName() method in StructuredNameDataItem
316 "id1").getGivenName()).isEqualTo("given1"); in testBatcher_contactFingerprintDifferent_IndexedWithOriginalCreationTimestamp()318 "id2").getGivenName()).isEqualTo("given2diff"); in testBatcher_contactFingerprintDifferent_IndexedWithOriginalCreationTimestamp()320 "id3").getGivenName()).isEqualTo("given3diff"); in testBatcher_contactFingerprintDifferent_IndexedWithOriginalCreationTimestamp()
681 assertThat(personTested.getGivenName()).isEqualTo(givenName); in testConvertCurrentRowToPerson_name()892 assertThat(personTested.getGivenName()).isNull(); in testHandleCurrentRowWithUnknownMimeType()
102 assertThat(person.getGivenName()).isEqualTo(givenName); in testBuilder()
271 public String getGivenName() { in getGivenName() method in Person
1563 public String getGivenName() { in getGivenName() method in BaseContactsProvider2Test.GoldenContact
1689 final String givenName = ((StructuredNameDataItem) dataItem).getGivenName(); in dataItemToEntry()