Searched refs:DDMLIB_INSTRU_FAILURE_MSG (Results 1 – 1 of 1) sorted by relevance
42 private static final String DDMLIB_INSTRU_FAILURE_MSG = "Test run failed to complete"; field in InstrumentationListener97 if (error.getErrorMessage().startsWith(DDMLIB_INSTRU_FAILURE_MSG)) { in testRunFailed()