Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveDataTest.py621 class _LocalException(Exception): class
676 raise _LocalException("Internet Inaccessible when Enabled")
683 raise _LocalException("Failed to Disable Cellular Data")
687 raise _LocalException("Internet Accessible when Disabled")
694 raise _LocalException("Failed to Re-Enable Cellular Data")
697 raise _LocalException("Internet Inaccessible when Enabled")
702 raise _LocalException("Internet Accessible.")
714 raise _LocalException("Internet Inaccessible when Enabled")
716 except _LocalException as e: