Home
last modified time | relevance | path

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

/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_errors.py357 def __init__(self, assertion_id, error_string=None): argument
369 if assertion_id not in self.MBIM_ASSERTIONS:
371 'Unknown assertion id "%s"' % assertion_id)
373 message = '[%s]: %s' % (assertion_id,
374 self.MBIM_ASSERTIONS[assertion_id])