Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java467 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.java290 throwable instanceof TerminateEarlyException); in testStopsEarly_ifBatteryLevelIsBelowThreshold() local
317 throwable instanceof TerminateEarlyException); in testStopsEarly_ifBatteryDrainIsAboveThreshold() local