/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | OldTimeServiceHelper.java | 78 Settings.Global.getUriFor(Settings.Global.AUTO_TIME), true, in setListener() 120 return Settings.Global.getInt(mCr, Settings.Global.AUTO_TIME) > 0; in isTimeDetectionEnabled()
|
/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | TimeDetectorStrategyCallbackImpl.java | 77 return Settings.Global.getInt(mContentResolver, Settings.Global.AUTO_TIME) != 0; in isTimeDetectionEnabled()
|
D | TimeDetectorService.java | 80 Settings.Global.getUriFor(Settings.Global.AUTO_TIME), true, in create()
|
/frameworks/base/services/core/java/com/android/server/ |
D | OldNetworkTimeUpdateService.java | 240 mContext.getContentResolver(), Settings.Global.AUTO_TIME, 0) != 0; in isAutomaticTimeRequested() 304 resolver.registerContentObserver(Settings.Global.getUriFor(Settings.Global.AUTO_TIME), in observe()
|
D | NewNetworkTimeUpdateService.java | 240 mContext.getContentResolver(), Settings.Global.AUTO_TIME, 0) != 0; in isAutomaticTimeRequested() 304 resolver.registerContentObserver(Settings.Global.getUriFor(Settings.Global.AUTO_TIME), in observe()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 2592 MOVED_TO_GLOBAL.add(Settings.Global.AUTO_TIME); 3974 public static final String AUTO_TIME = Global.AUTO_TIME; field in Settings.System 4504 AUTO_TIME, // moved to global 4694 VALIDATORS.put(AUTO_TIME, AUTO_TIME_VALIDATOR); in VALIDATORS.put() argument 9476 public static final String AUTO_TIME = "auto_time"; field in Settings.Global 13755 AUTO_TIME, 13796 VALIDATORS.put(AUTO_TIME, AUTO_TIME_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 775 case android.provider.Settings.Global.AUTO_TIME: in isSettingRestrictedForUser()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 825 int autoTimeValue = getIntValueFromSystem(db, Settings.System.AUTO_TIME, 0); in onUpgrade() 2462 loadBooleanSetting(stmt, Settings.Global.AUTO_TIME, in loadGlobalSettings()
|
D | SettingsProtoDumpUtil.java | 188 Settings.Global.AUTO_TIME, in dumpProtoGlobalSettingsLocked()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 431 GLOBAL_SETTINGS_WHITELIST.add(Settings.Global.AUTO_TIME); 7257 mInjector.settingsGlobalPutInt(Settings.Global.AUTO_TIME, 1 /* AUTO_TIME on */); in setAutoTimeRequired() 10859 if (mInjector.settingsGlobalGetInt(Global.AUTO_TIME, 0) == 1) { in setTime()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerTest.java | 3487 when(getServices().settings.settingsGlobalGetInt(Settings.Global.AUTO_TIME, 0)) in testSetTimeWithAutoTimeOn()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25264 field public static final java.lang.String AUTO_TIME = "auto_time"; 25424 field public static final deprecated java.lang.String AUTO_TIME = "auto_time";
|
/frameworks/base/api/ |
D | current.txt | 38727 field public static final String AUTO_TIME = "auto_time"; 38897 field @Deprecated public static final String AUTO_TIME = "auto_time";
|