Home
last modified time | relevance | path

Searched defs:SETTING_VALUE_OFF (Results 1 – 25 of 75) sorted by relevance

123

/packages/apps/Settings/src/com/android/settings/development/
DPointerLocationPreferenceController.java37 static final int SETTING_VALUE_OFF = 0; field in PointerLocationPreferenceController
67 SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DSecureSettingSwitchPreferenceController.java35 private static final int SETTING_VALUE_OFF = 0; field in SecureSettingSwitchPreferenceController
63 Settings.Secure.putInt(mContext.getContentResolver(), mSettingsKey, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DAllowAppsOnExternalPreferenceController.java35 static final int SETTING_VALUE_OFF = 0; field in AllowAppsOnExternalPreferenceController
69 Settings.Global.FORCE_ALLOW_ON_EXTERNAL, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DAppsNotRespondingPreferenceController.java36 static final int SETTING_VALUE_OFF = 0; field in AppsNotRespondingPreferenceController
67 Settings.Secure.ANR_SHOW_BACKGROUND, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DDebugViewAttributesPreferenceController.java38 static final int SETTING_VALUE_OFF = 0; field in DebugViewAttributesPreferenceController
69 Settings.Global.DEBUG_VIEW_ATTRIBUTES, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DShowTapsPreferenceController.java37 static final int SETTING_VALUE_OFF = 0; field in ShowTapsPreferenceController
67 SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DSystemSettingSwitchPreferenceController.java35 private static final int SETTING_VALUE_OFF = 0; field in SystemSettingSwitchPreferenceController
63 Settings.System.putInt(mContext.getContentResolver(), mSettingsKey, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DResizableActivityPreferenceController.java37 final static int SETTING_VALUE_OFF = 0; field in ResizableActivityPreferenceController
68 Settings.Global.DEVELOPMENT_FORCE_RESIZABLE_ACTIVITIES, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DTetheringHardwareAccelPreferenceController.java39 static final int SETTING_VALUE_OFF = 1; field in TetheringHardwareAccelPreferenceController
71 Settings.Global.TETHER_OFFLOAD_DISABLED, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DWifiDisplayCertificationPreferenceController.java38 static final int SETTING_VALUE_OFF = 0; field in WifiDisplayCertificationPreferenceController
71 Settings.Global.WIFI_DISPLAY_CERTIFICATION_ON, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DEnableGnssRawMeasFullTrackingPreferenceController.java36 static final int SETTING_VALUE_OFF = 0; field in EnableGnssRawMeasFullTrackingPreferenceController
69 Settings.Global.ENABLE_GNSS_RAW_MEAS_FULL_TRACKING, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DEnableGpuDebugLayersPreferenceController.java37 static final int SETTING_VALUE_OFF = 0; field in EnableGpuDebugLayersPreferenceController
68 Settings.Global.ENABLE_GPU_DEBUG_LAYERS, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DAppsNotRespondingPreferenceController.java36 static final int SETTING_VALUE_OFF = 0; field in AppsNotRespondingPreferenceController
67 Settings.Secure.ANR_SHOW_BACKGROUND, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DDebugViewAttributesPreferenceController.java38 static final int SETTING_VALUE_OFF = 0; field in DebugViewAttributesPreferenceController
69 Settings.Global.DEBUG_VIEW_ATTRIBUTES, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DEnableGnssRawMeasFullTrackingPreferenceController.java36 static final int SETTING_VALUE_OFF = 0; field in EnableGnssRawMeasFullTrackingPreferenceController
69 Settings.Global.ENABLE_GNSS_RAW_MEAS_FULL_TRACKING, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DEnableGpuDebugLayersPreferenceController.java37 static final int SETTING_VALUE_OFF = 0; field in EnableGpuDebugLayersPreferenceController
68 Settings.Global.ENABLE_GPU_DEBUG_LAYERS, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DEnableUserSwitchMessageController.java37 private static final String SETTING_VALUE_OFF = "false"; field in EnableUserSwitchMessageController
70 ENABLE_USER_SWITCH_DEVELOPER_MESSAGE, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DShowTapsPreferenceController.java37 static final int SETTING_VALUE_OFF = 0; field in ShowTapsPreferenceController
67 SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DAllowAppsOnExternalPreferenceController.java35 static final int SETTING_VALUE_OFF = 0; field in AllowAppsOnExternalPreferenceController
69 Settings.Global.FORCE_ALLOW_ON_EXTERNAL, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DPointerLocationPreferenceController.java37 static final int SETTING_VALUE_OFF = 0; field in PointerLocationPreferenceController
67 SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DSystemSettingSwitchPreferenceController.java35 private static final int SETTING_VALUE_OFF = 0; field in SystemSettingSwitchPreferenceController
63 Settings.System.putInt(mContext.getContentResolver(), mSettingsKey, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DTetheringHardwareAccelPreferenceController.java39 static final int SETTING_VALUE_OFF = 1; field in TetheringHardwareAccelPreferenceController
71 Settings.Global.TETHER_OFFLOAD_DISABLED, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DUsbAudioRoutingPreferenceController.java37 static final int SETTING_VALUE_OFF = 0; field in UsbAudioRoutingPreferenceController
68 Settings.Secure.USB_AUDIO_AUTOMATIC_ROUTING_DISABLED, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DResizableActivityPreferenceController.java37 final static int SETTING_VALUE_OFF = 0; field in ResizableActivityPreferenceController
68 Settings.Global.DEVELOPMENT_FORCE_RESIZABLE_ACTIVITIES, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local
DWifiDisplayCertificationPreferenceController.java38 static final int SETTING_VALUE_OFF = 0; field in WifiDisplayCertificationPreferenceController
71 Settings.Global.WIFI_DISPLAY_CERTIFICATION_ON, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled() local

123