Home | Sort by relevance Sort by last modified time |
/external/autotest/client/cros/cellular/ | |
mm1.py | 59 _dbus_error_name = MODEM_MANAGER_INTERFACE + '.Connection.Unknown' variable in class:ConnectionUnknownError 64 _dbus_error_name = ( variable in class:ServiceOptionNotSubscribedError 71 _dbus_error_name = ( variable in class:NoNetworkError 77 _dbus_error_name = MODEM_MANAGER_INTERFACE + '.Core.Unsupported' variable in class:CoreUnsupportedError |
mm.py | 32 if e._dbus_error_name != SERVICE_UNKNOWN: 38 if e._dbus_error_name != SERVICE_UNKNOWN: |
/external/autotest/client/cros/cellular/pseudomodem/ | |
pm_errors.py | 28 self._dbus_error_name = (self._error_name_base + |
/external/autotest/client/site_tests/cellular_SuspendResume/ | |
cellular_SuspendResume.py | 62 if e._dbus_error_name not in exn_list: |