Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DNumberAttributesBuilder.java47 .setGeolocation(phoneLookupInfoConsolidator.getGeolocation()) in fromPhoneLookupInfo()
/aosp12/packages/apps/Dialer/java/com/android/dialer/oem/
H A DCequintCallerIdManager.java102 abstract Builder setGeolocation(@Nullable String geolocation); in setGeolocation() method in CequintCallerIdManager.CequintCallerIdContact.Builder
241 .setGeolocation(geolocation) in lookup()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/
H A DCequintPhoneLookup.java161 cequintInfoBuilder.setGeolocation(cequintCallerIdContact.geolocation()); in buildCequintInfo()