Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/time/
DTimeZoneConfiguration.java65 @StringDef({ SETTING_AUTO_DETECTION_ENABLED, SETTING_GEO_DETECTION_ENABLED })
75 private static final String SETTING_GEO_DETECTION_ENABLED = "geoDetectionEnabled"; field in TimeZoneConfiguration
140 enforceSettingPresent(SETTING_GEO_DETECTION_ENABLED); in isGeoDetectionEnabled()
141 return mBundle.getBoolean(SETTING_GEO_DETECTION_ENABLED); in isGeoDetectionEnabled()
150 return mBundle.containsKey(SETTING_GEO_DETECTION_ENABLED); in hasIsGeoDetectionEnabled()
243 this.mBundle.putBoolean(SETTING_GEO_DETECTION_ENABLED, enabled); in setGeoDetectionEnabled()