Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java348 throw new TerminateEarlyException("the battery level is below the threshold."); in runChild()
350 throw new TerminateEarlyException("the battery drain is above the threshold."); in runChild()
387 throw new TerminateEarlyException("test failed."); in runChild()
430 throw new TerminateEarlyException("test failed."); in runChild()
467 static class TerminateEarlyException extends RuntimeException { class in Microbenchmark
468 public TerminateEarlyException(String message) { in TerminateEarlyException() method in Microbenchmark.TerminateEarlyException
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java28 import android.platform.test.microbenchmark.Microbenchmark.TerminateEarlyException;
290 throwable instanceof TerminateEarlyException); in testStopsEarly_ifBatteryLevelIsBelowThreshold() local
317 throwable instanceof TerminateEarlyException); in testStopsEarly_ifBatteryDrainIsAboveThreshold() local