Home
last modified time | relevance | path

Searched refs:DEBUG_VIEW_ATTRIBUTES (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DDebugViewAttributesPreferenceControllerTest.java64 Settings.Global.DEBUG_VIEW_ATTRIBUTES, -1); in onPreferenceChanged_turnOnViewAttributes()
74 Settings.Global.DEBUG_VIEW_ATTRIBUTES, -1); in onPreferenceChanged_turnOffViewAttributes()
81 Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.DEBUG_VIEW_ATTRIBUTES, in updateState_preferenceShouldBeChecked()
90 Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.DEBUG_VIEW_ATTRIBUTES, in updateState_preferenceShouldNotBeChecked()
101 Settings.Global.DEBUG_VIEW_ATTRIBUTES, -1); in onDeveloperOptionsDisabled_shouldDisablePreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DDebugViewAttributesPreferenceController.java53 Settings.Global.DEBUG_VIEW_ATTRIBUTES, in onPreferenceChange()
61 Settings.Global.DEBUG_VIEW_ATTRIBUTES, 0 /* default */); in updateState()
69 Settings.Global.DEBUG_VIEW_ATTRIBUTES, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled()
/packages/apps/Settings/src/com/android/settings/development/
DDebugViewAttributesPreferenceController.java53 Settings.Global.DEBUG_VIEW_ATTRIBUTES, in onPreferenceChange()
61 Settings.Global.DEBUG_VIEW_ATTRIBUTES, 0 /* default */); in updateState()
69 Settings.Global.DEBUG_VIEW_ATTRIBUTES, SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java109 private static final String DEBUG_VIEW_ATTRIBUTES = "debug_view_attributes"; field in DevelopmentFragment
351 mDebugViewAttributes = findAndInitSwitchPref(DEBUG_VIEW_ATTRIBUTES); in onCreatePreferences()
639 Settings.Global.DEBUG_VIEW_ATTRIBUTES, 0) != 0); in updateAllOptions()
1597 Settings.Global.putInt(mContentResolver, Settings.Global.DEBUG_VIEW_ATTRIBUTES, in onPreferenceTreeClick()