Home
last modified time | relevance | path

Searched refs:VISUAL_PROPERTY (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DStrictModePreferenceControllerTest.java81 SystemProperties.set(StrictMode.VISUAL_PROPERTY, Boolean.toString(false)); in updateState_settingEnabled_preferenceShouldBeChecked()
89 SystemProperties.set(StrictMode.VISUAL_PROPERTY, Boolean.toString(true)); in updateState_settingDisabled_preferenceShouldNotBeChecked()
98 final boolean isEnabled = SystemProperties.getBoolean(StrictMode.VISUAL_PROPERTY, in onDeveloperOptionsSwitchDisabled_shouldTurnOffPreference()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DStrictModePreferenceController.java78 return SystemProperties.getBoolean(StrictMode.VISUAL_PROPERTY, false /* default */); in isStrictModeEnabled()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DDevelopmentFragment.java951 if (TextUtils.isEmpty(SystemProperties.get(StrictMode.VISUAL_PROPERTY))) { in currentStrictModeActiveIndex()
954 boolean enabled = SystemProperties.getBoolean(StrictMode.VISUAL_PROPERTY, false); in currentStrictModeActiveIndex()
/aosp12/frameworks/base/core/java/android/os/
H A DStrictMode.java171 public static final String VISUAL_PROPERTY = "persist.sys.strictmode.visual"; field in StrictMode
1463 if (SystemProperties.getBoolean(VISUAL_PROPERTY, false)) { in initThreadDefaults()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3817 SystemProperties.set(StrictMode.VISUAL_PROPERTY, value); in setStrictModeVisualIndicatorPreference()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt42537 Landroid/os/StrictMode;->VISUAL_PROPERTY:Ljava/lang/String;