Home
last modified time | relevance | path

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

/external/autotest/client/cros/cellular/
Dmm1.py59 _dbus_error_name = MODEM_MANAGER_INTERFACE + '.Connection.Unknown' variable in ConnectionUnknownError
64 _dbus_error_name = ( variable in ServiceOptionNotSubscribedError
71 _dbus_error_name = ( variable in NoNetworkError
77 _dbus_error_name = MODEM_MANAGER_INTERFACE + '.Core.Unsupported' variable in CoreUnsupportedError
Dmm.py32 if e._dbus_error_name != SERVICE_UNKNOWN:
38 if e._dbus_error_name != SERVICE_UNKNOWN:
/external/autotest/client/cros/cellular/pseudomodem/
Dpm_errors.py28 self._dbus_error_name = (self._error_name_base +
/external/autotest/client/site_tests/cellular_SuspendResume/
Dcellular_SuspendResume.py62 if e._dbus_error_name not in exn_list: