Home | History | Annotate | Download | only in system

Lines Matching refs:accessibilityEnabled

265         final boolean accessibilityEnabled = Settings.Secure.getInt(getContentResolver(),
272 final boolean serviceEnabled = accessibilityEnabled
565 boolean accessibilityEnabled = false;
569 accessibilityEnabled = true;
577 accessibilityEnabled = true;
603 Settings.Secure.ACCESSIBILITY_ENABLED, accessibilityEnabled ? 1 : 0);