Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DDisableAutomaticUpdatesPreferenceControllerTest.java64 Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, -1); in onPreferenceChanged_turnOnAutomaticUpdates()
75 Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, -1); in onPreferenceChanged_turnOffAutomaticUpdates()
84 .putInt(mContext.getContentResolver(), Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, in updateState_preferenceShouldBeChecked()
94 .putInt(mContext.getContentResolver(), Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, in updateState_preferenceShouldNotBeChecked()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DDisableAutomaticUpdatesPreferenceController.java56 Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, in onPreferenceChange()
64 Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, 0 /* default */); in updateState()
73 Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, DISABLE_UPDATES_SETTING); in onDeveloperOptionsSwitchDisabled()
/aosp12/frameworks/base/services/core/java/com/android/server/testharness/
H A DTestHarnessModeService.java180 Settings.Global.putInt(cr, Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, 1); in configureSettings()
/aosp12/frameworks/base/packages/SettingsProvider/test/src/android/provider/
H A DSettingsBackupTest.java398 Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE,
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java1141 Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, in dumpProtoGlobalSettingsLocked()
1142 GlobalSettingsProto.OTA_DISABLE_AUTOMATIC_UPDATE); in dumpProtoGlobalSettingsLocked()
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java11454 public static final String OTA_DISABLE_AUTOMATIC_UPDATE = "ota_disable_automatic_update"; field in Settings.Global
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt9356 field public static final String OTA_DISABLE_AUTOMATIC_UPDATE = "ota_disable_automatic_update";