Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_conf_utils.py61 class _CallException(Exception): class
72 raise _CallException("Setup failed.")
77 raise _CallException("Clear call list failed.")
87 raise _CallException("PhoneA call PhoneB failed.")
92 raise _CallException("Call list verify failed.")
103 raise _CallException("PhoneA call PhoneC failed.")
106 raise _CallException("Not All phones are in-call.")
108 except _CallException:
540 class _CallException(Exception): class
551 raise _CallException("Setup failed.")
[all …]
Dtel_dsds_utils.py1726 class _CallException(Exception): class
1737 raise _CallException("Setup failed.")
1742 raise _CallException("Clear call list failed.")
1752 raise _CallException("PhoneA call PhoneB failed.")
1757 raise _CallException("Call list verify failed.")
1769 raise _CallException("Failed to initiate call.")
1780 raise _CallException("Failed to reject call.")
1792 raise _CallException("PhoneA call PhoneC failed.")
1795 raise _CallException("Not All phones are in-call.")
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVoiceConfTest.py122 class _CallException(Exception): class
135 raise _CallException("PhoneA call PhoneB failed.")
139 raise _CallException("PhoneC call PhoneA then decline failed.")
142 raise _CallException("PhoneA and PhoneB are not in call.")
144 except _CallException: