Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveDataTest.py492 class _LocalException(Exception): class
547 raise _LocalException("Internet Inaccessible when Enabled")
554 raise _LocalException("Failed to Disable Cellular Data")
558 raise _LocalException("Internet Accessible when Disabled")
565 raise _LocalException("Failed to Re-Enable Cellular Data")
568 raise _LocalException("Internet Inaccessible when Enabled")
573 raise _LocalException("Internet Accessible.")
585 raise _LocalException("Internet Inaccessible when Enabled")
587 except _LocalException as e: