Searched refs:DEBUG_VIEW_ATTRIBUTES (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | DebugViewAttributesPreferenceControllerTest.java | 64 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/apps/Settings/src/com/android/settings/development/ |
D | DebugViewAttributesPreferenceController.java | 53 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/ |
D | DebugViewAttributesPreferenceController.java | 53 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/ |
D | DevelopmentFragment.java | 105 private static final String DEBUG_VIEW_ATTRIBUTES = "debug_view_attributes"; field in DevelopmentFragment 327 mDebugViewAttributes = findAndInitSwitchPref(DEBUG_VIEW_ATTRIBUTES); in onCreatePreferences() 602 Settings.Global.DEBUG_VIEW_ATTRIBUTES, 0) != 0); in updateAllOptions() 1512 Settings.Global.putInt(mContentResolver, Settings.Global.DEBUG_VIEW_ATTRIBUTES, in onPreferenceTreeClick()
|