Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/phonelookup/consolidator/
DPhoneLookupInfoConsolidator.java89 private final @NameSource int nameSource; field in PhoneLookupInfoConsolidator
100 this.nameSource = selectNameSource(); in PhoneLookupInfoConsolidator()
108 switch (nameSource) { in getContactSource()
130 String.format("Unsupported name source: %s", nameSource)); in getContactSource()
135 Assert.checkState(nameSource == NameSource.PEOPLE_API); in getRefinedPeopleApiSource()
157 switch (nameSource) { in getName()
174 String.format("Unsupported name source: %s", nameSource)); in getName()
186 switch (nameSource) { in getPhotoThumbnailUri()
200 String.format("Unsupported name source: %s", nameSource)); in getPhotoThumbnailUri()
212 switch (nameSource) { in getPhotoUri()
[all …]