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:
504 class _CallException(Exception): class
515 raise _CallException("Setup failed.")
[all …]
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveGFTDSDSWfcSupplementaryServiceTest.py156 class _CallException(Exception): class
167 raise _CallException("Setup failed.")
172 raise _CallException("Clear call list failed.")
182 raise _CallException("PhoneA call PhoneB failed.")
187 raise _CallException("Call list verify failed.")
199 raise _CallException("Failed to initiate call.")
210 raise _CallException("Failed to reject call.")
222 raise _CallException("PhoneA call PhoneC failed.")
225 raise _CallException("Not All phones are in-call.")
DTelLiveGFTDSDSSupplementaryServiceTest.py129 class _CallException(Exception): class
140 raise _CallException("Setup failed.")
145 raise _CallException("Clear call list failed.")
155 raise _CallException("PhoneA call PhoneB failed.")
160 raise _CallException("Call list verify failed.")
172 raise _CallException("Failed to initiate call.")
183 raise _CallException("Failed to reject call.")
195 raise _CallException("PhoneA call PhoneC failed.")
198 raise _CallException("Not All phones are in-call.")