Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/data_pipeline/
DAndroid.bp54 // Step 1 of the OSM time zone geolocation reference data pipeline.
64 // Step 2 of the OSM time zone geolocation reference data pipeline.
74 // Step 3 of the OSM time zone geolocation reference data pipeline.
83 // Step 4 of the OSM time zone geolocation reference data pipeline.
92 // Step 5 of the OSM time zone geolocation reference data pipeline.
102 // Step 6 of the OSM time zone geolocation reference data pipeline.
/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.proto73 // Description of the number's geolocation (e.g., "Mountain View, CA").
75 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.proto171 // Description of the geolocation (e.g., "Mountain View, CA")
172 optional string geolocation = 2; field
/packages/modules/GeoTZ/common/
DAndroid.bp15 // A library containing common code within the geolocation dir.
/packages/modules/GeoTZ/data_pipeline/src/main/proto/
Ds2_protos.proto24 // Types used for storing intermediate data in the reference time zone geolocation pipeline.
/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/modules/GeoTZ/s2storage/
DREADME.md1 This directory contains files related to storage of TZ S2 data files used for offline geolocation
54 The file stores time zone geolocation data at a single S2 level. Logically, the data consists of:
/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java528 if (!TextUtils.isEmpty(cequintCallerIdContact.geolocation())) { in maybeUpdateFromCequintCallerId()
529 callerInfo.geoDescription = cequintCallerIdContact.geolocation(); in maybeUpdateFromCequintCallerId()