Searched refs:DEBUG_VIEW_ATTRIBUTES (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
H A 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()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A 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()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
H A D | DevelopmentFragment.java | 113 private static final String DEBUG_VIEW_ATTRIBUTES = "debug_view_attributes"; field in DevelopmentFragment 354 mDebugViewAttributes = findAndInitSwitchPref(DEBUG_VIEW_ATTRIBUTES); in onCreatePreferences() 651 Settings.Global.DEBUG_VIEW_ATTRIBUTES, 0) != 0); in updateAllOptions() 1622 Settings.Global.putInt(mContentResolver, Settings.Global.DEBUG_VIEW_ATTRIBUTES, in onPreferenceTreeClick()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | CoreSettingsObserver.java | 85 sGlobalSettingToTypeMap.put(Settings.Global.DEBUG_VIEW_ATTRIBUTES, int.class); in sGlobalSettingToTypeMap.put() argument
|
/aosp12/frameworks/base/packages/SettingsProvider/test/src/android/provider/ |
H A D | SettingsBackupTest.java | 216 Settings.Global.DEBUG_VIEW_ATTRIBUTES,
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 10720 public static final String DEBUG_VIEW_ATTRIBUTES = "debug_view_attributes"; field in Settings.Global 15720 INSTANT_APP_SETTINGS.add(DEBUG_VIEW_ATTRIBUTES);
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProtoDumpUtil.java | 517 Settings.Global.DEBUG_VIEW_ATTRIBUTES, in dumpProtoGlobalSettingsLocked()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 5325 mCoreSettings.getInt(Settings.Global.DEBUG_VIEW_ATTRIBUTES, 0) != 0 in updateDebugViewAttributeState()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 45539 Landroid/provider/Settings$Global;->DEBUG_VIEW_ATTRIBUTES:Ljava/lang/String;
|