Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationListener.java42 private static final String DDMLIB_INSTRU_FAILURE_MSG = "Test run failed to complete"; field in InstrumentationListener
97 if (error.getErrorMessage().startsWith(DDMLIB_INSTRU_FAILURE_MSG)) { in testRunFailed()