Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/accessibility_Sanity/
Daccessibility_Sanity.py34 self._confirm_chromevox_state(False)
38 self._confirm_chromevox_state(True)
42 self._confirm_chromevox_state(False)
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/
Daccessibility_ChromeVoxSound.py89 self._confirm_chromevox_state(True)
117 self._confirm_chromevox_state(False)
/external/autotest/client/cros/a11y/
Da11y_test_base.py108 def _confirm_chromevox_state(self, value): member in a11y_test_base