Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/time/
DTimeConfiguration.java65 @StringDef(SETTING_AUTO_DETECTION_ENABLED)
71 private static final String SETTING_AUTO_DETECTION_ENABLED = "autoDetectionEnabled"; field in TimeConfiguration
111 enforceSettingPresent(SETTING_AUTO_DETECTION_ENABLED); in isAutoDetectionEnabled()
112 return mBundle.getBoolean(SETTING_AUTO_DETECTION_ENABLED); in isAutoDetectionEnabled()
121 return mBundle.containsKey(SETTING_AUTO_DETECTION_ENABLED); in hasIsAutoDetectionEnabled()
198 mBundle.putBoolean(SETTING_AUTO_DETECTION_ENABLED, enabled); in setAutoDetectionEnabled()
DTimeZoneConfiguration.java65 @StringDef({ SETTING_AUTO_DETECTION_ENABLED, SETTING_GEO_DETECTION_ENABLED })
71 private static final String SETTING_AUTO_DETECTION_ENABLED = "autoDetectionEnabled"; field in TimeZoneConfiguration
115 enforceSettingPresent(SETTING_AUTO_DETECTION_ENABLED); in isAutoDetectionEnabled()
116 return mBundle.getBoolean(SETTING_AUTO_DETECTION_ENABLED); in isAutoDetectionEnabled()
125 return mBundle.containsKey(SETTING_AUTO_DETECTION_ENABLED); in hasIsAutoDetectionEnabled()
234 this.mBundle.putBoolean(SETTING_AUTO_DETECTION_ENABLED, enabled); in setAutoDetectionEnabled()