Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DEnvironmentImpl.java102 Settings.Secure.getUriFor(Settings.Secure.LOCATION_TIME_ZONE_DETECTION_ENABLED), in EnvironmentImpl()
233 Settings.Secure.LOCATION_TIME_ZONE_DETECTION_ENABLED, in isGeoDetectionEnabled()
240 Settings.Secure.putIntForUser(mCr, Settings.Secure.LOCATION_TIME_ZONE_DETECTION_ENABLED, in setGeoDetectionEnabledIfRequired()
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DSecureSettings.java191 Settings.Secure.LOCATION_TIME_ZONE_DETECTION_ENABLED,
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java292 VALIDATORS.put(Secure.LOCATION_TIME_ZONE_DETECTION_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java2027 Settings.Secure.LOCATION_TIME_ZONE_DETECTION_ENABLED, in dumpProtoSecureSettingsLocked()
2028 SecureSettingsProto.DateTime.LOCATION_TIME_ZONE_DETECTION_ENABLED); in dumpProtoSecureSettingsLocked()
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java6935 public static final String LOCATION_TIME_ZONE_DETECTION_ENABLED = field in Settings.Secure