Searched refs:_DEVICE_NOT_FOUND_RE (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py40 _DEVICE_NOT_FOUND_RE = re.compile(r"error: device '(?P<serial>.+)' not found") variable
273 not_found_m = _DEVICE_NOT_FOUND_RE.match(output)

Completed in 370 milliseconds