Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/oem/
DCequintCallerIdManager.java89 public abstract String geolocation(); in geolocation() method in CequintCallerIdManager.CequintCallerIdContact
102 abstract Builder setGeolocation(@Nullable String geolocation); in setGeolocation() argument
231 String geolocation = getGeolocation(city, state, stateAbbr, country); in lookup() local
237 LogUtil.sanitizePii(geolocation), in lookup()
241 .setGeolocation(geolocation) in lookup()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/
DCequintPhoneLookup.java160 if (!TextUtils.isEmpty(cequintCallerIdContact.geolocation())) { in buildCequintInfo()
161 cequintInfoBuilder.setGeolocation(cequintCallerIdContact.geolocation()); in buildCequintInfo()
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
Dnumber_attributes.proto74 // Description of the number's geolocation (e.g., "Mountain View, CA").
76 optional string geolocation = 13; field
/packages/apps/Browser2/src/org/chromium/webview_shell/
DWebViewBrowserActivity.java574 File geolocation = null; in initializeSettings() local
578 geolocation = getDir("geolocation", 0); in initializeSettings()
585 settings.setGeolocationDatabasePath(geolocation.getPath()); in initializeSettings()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
Dphone_lookup_info.proto172 // Description of the geolocation (e.g., "Mountain View, CA")
173 optional string geolocation = 2; field
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java631 if (!TextUtils.isEmpty(cequintCallerIdContact.geolocation())) { in updateFromCequintCallerId()
632 info.geoDescription = cequintCallerIdContact.geolocation(); in updateFromCequintCallerId()
/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java528 if (!TextUtils.isEmpty(cequintCallerIdContact.geolocation())) { in maybeUpdateFromCequintCallerId()
529 callerInfo.geoDescription = cequintCallerIdContact.geolocation(); in maybeUpdateFromCequintCallerId()