Searched refs:SETTING_AUTO_DETECTION_ENABLED (Results 1 – 2 of 2) sorted by relevance
65 @StringDef(SETTING_AUTO_DETECTION_ENABLED)71 private static final String SETTING_AUTO_DETECTION_ENABLED = "autoDetectionEnabled"; field in TimeConfiguration111 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()
65 @StringDef({ SETTING_AUTO_DETECTION_ENABLED, SETTING_GEO_DETECTION_ENABLED })71 private static final String SETTING_AUTO_DETECTION_ENABLED = "autoDetectionEnabled"; field in TimeZoneConfiguration115 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()