Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DAccessibilityManagerServiceTest.java124 final int stateFlagsEnabled = in testAddClient_AccessibilityDisabledThenEnabled() local
127 (stateFlagsEnabled & AccessibilityManager.STATE_FLAG_ACCESSIBILITY_ENABLED) != 0; in testAddClient_AccessibilityDisabledThenEnabled()
146 final int stateFlagsEnabled = in testAddClient_AccessibilityEnabledThenDisabled() local
149 (stateFlagsEnabled & AccessibilityManager.STATE_FLAG_ACCESSIBILITY_ENABLED) != 0; in testAddClient_AccessibilityEnabledThenDisabled()