HomeSort by relevance Sort by last modified time
    Searched refs:InstrumentationError (Results 1 - 3 of 3) sorted by null

  /development/testrunner/
errors.py 35 class InstrumentationError(Exception):
adb_interface.py 226 InstrumentationError: if instrumentation failed to run
240 raise errors.InstrumentationError("no test results... device setup "
248 raise errors.InstrumentationError(short_msg_result)
  /development/testrunner/test_defs/
instrumentation_test.py 158 except errors.InstrumentationError, errors.DeviceUnresponsiveError:

Completed in 181 milliseconds