Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorPowerTestActivity.java44 public void raiseError(String testName, String message) throws Exception { in raiseError() method in SensorPowerTestActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java55 void raiseError(String testName, String message) throws Exception; in raiseError() method
253 mHostToDeviceExecutor.raiseError(testName, message); in processClientRequest()