Searched refs:VISUAL_PROPERTY (Results 1 – 6 of 6) sorted by relevance
81 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()
78 return SystemProperties.getBoolean(StrictMode.VISUAL_PROPERTY, false /* default */); in isStrictModeEnabled()
951 if (TextUtils.isEmpty(SystemProperties.get(StrictMode.VISUAL_PROPERTY))) { in currentStrictModeActiveIndex()954 boolean enabled = SystemProperties.getBoolean(StrictMode.VISUAL_PROPERTY, false); in currentStrictModeActiveIndex()
171 public static final String VISUAL_PROPERTY = "persist.sys.strictmode.visual"; field in StrictMode1463 if (SystemProperties.getBoolean(VISUAL_PROPERTY, false)) { in initThreadDefaults()
3817 SystemProperties.set(StrictMode.VISUAL_PROPERTY, value); in setStrictModeVisualIndicatorPreference()
42537 Landroid/os/StrictMode;->VISUAL_PROPERTY:Ljava/lang/String;