Searched refs:TerminateEarlyException (Results 1 – 2 of 2) sorted by relevance
348 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 Microbenchmark468 public TerminateEarlyException(String message) { in TerminateEarlyException() method in Microbenchmark.TerminateEarlyException
28 import android.platform.test.microbenchmark.Microbenchmark.TerminateEarlyException;290 throwable instanceof TerminateEarlyException); in testStopsEarly_ifBatteryLevelIsBelowThreshold() local317 throwable instanceof TerminateEarlyException); in testStopsEarly_ifBatteryDrainIsAboveThreshold() local