Home
last modified time | relevance | path

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

/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityManagerTest.java435 waitForAtomicBooleanBecomes(atomicBoolean, true, waitObject, in testTouchExplorationListenerNoHandler()
440 waitForAtomicBooleanBecomes(atomicBoolean, false, waitObject, in testTouchExplorationListenerNoHandler()
461 waitForAtomicBooleanBecomes(atomicBoolean, true, waitObject, in testTouchExplorationListenerWithHandler()
466 waitForAtomicBooleanBecomes(atomicBoolean, false, waitObject, in testTouchExplorationListenerWithHandler()
487 waitForAtomicBooleanBecomes(serviceEnabled, true, waitObject, in testAccessibilityServicesStateListenerNoExecutor()
509 waitForAtomicBooleanBecomes(serviceEnabled, true, waitObject, in testAccessibilityServicesStateListenerWithExecutor()
530 waitForAtomicBooleanBecomes(atomicBoolean, true, waitObject, in testAccessibilityStateListenerNoHandler()
535 waitForAtomicBooleanBecomes(atomicBoolean, false, waitObject, in testAccessibilityStateListenerNoHandler()
560 waitForAtomicBooleanBecomes(atomicBoolean, true, waitObject, in testAudioDescriptionRequestedChangeListenerWithExecutor()
566 waitForAtomicBooleanBecomes(atomicBoolean, false, waitObject, in testAudioDescriptionRequestedChangeListenerWithExecutor()
[all …]
/cts/tests/app/src/android/app/cts/
DUiModeManagerTest.java840 waitForAtomicBooleanBecomes(atomicBoolean, true, waitObject, in testAddContrastChangeListener()
879 waitForAtomicBooleanBecomes(atomicBoolean, true, waitObject, in testRemoveContrastChangeListener()
1045 private void waitForAtomicBooleanBecomes(AtomicBoolean atomicBoolean, in waitForAtomicBooleanBecomes() method in UiModeManagerTest