Home
last modified time | relevance | path

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

/aosp12/packages/modules/GeoTZ/data_pipeline/
H A 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.
/aosp12/packages/apps/Dialer/java/com/android/dialer/oem/
H A 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()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/
H A DCequintPhoneLookup.java160 if (!TextUtils.isEmpty(cequintCallerIdContact.geolocation())) { in buildCequintInfo()
161 cequintInfoBuilder.setGeolocation(cequintCallerIdContact.geolocation()); in buildCequintInfo()
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
H A Dnumber_attributes.proto73 // Description of the number's geolocation (e.g., "Mountain View, CA").
75 optional string geolocation = 13; field
/aosp12/packages/modules/GeoTZ/common/
H A DAndroid.bp15 // A library containing common code within the geolocation dir.
/aosp12/packages/apps/Browser2/src/org/chromium/webview_shell/
H A DWebViewBrowserActivity.java574 File geolocation = null; in initializeSettings() local
578 geolocation = getDir("geolocation", 0); in initializeSettings()
585 settings.setGeolocationDatabasePath(geolocation.getPath()); in initializeSettings()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/proto/
H A Ds2_protos.proto24 // Types used for storing intermediate data in the reference time zone geolocation pipeline.
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/
H A Dphone_lookup_info.proto171 // Description of the geolocation (e.g., "Mountain View, CA")
172 optional string geolocation = 2; field
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfoHelper.java631 if (!TextUtils.isEmpty(cequintCallerIdContact.geolocation())) { in updateFromCequintCallerId()
632 info.geoDescription = cequintCallerIdContact.geolocation(); in updateFromCequintCallerId()
/aosp12/packages/modules/GeoTZ/s2storage/
H A 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:
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java528 if (!TextUtils.isEmpty(cequintCallerIdContact.geolocation())) { in maybeUpdateFromCequintCallerId()
529 callerInfo.geoDescription = cequintCallerIdContact.geolocation(); in maybeUpdateFromCequintCallerId()
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dsecure.proto96 // Origins for which browsers should allow geolocation by default.