Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVoiceConfTest.py123 class _CallException(Exception): class
134 raise _CallException("Setup failed.")
139 raise _CallException("Clear call list failed.")
149 raise _CallException("PhoneA call PhoneB failed.")
154 raise _CallException("Call list verify failed.")
165 raise _CallException("PhoneA call PhoneC failed.")
168 raise _CallException("Not All phones are in-call.")
170 except _CallException:
194 class _CallException(Exception): class
205 raise _CallException("Setup failed.")
[all …]
DTelLiveGFTDSDSSupplementaryServiceTest.py145 class _CallException(Exception): class
156 raise _CallException("Setup failed.")
161 raise _CallException("Clear call list failed.")
171 raise _CallException("PhoneA call PhoneB failed.")
176 raise _CallException("Call list verify failed.")
188 raise _CallException("Failed to initiate call.")
199 raise _CallException("Failed to reject call.")
211 raise _CallException("PhoneA call PhoneC failed.")
214 raise _CallException("Not All phones are in-call.")