Home
last modified time | relevance | path

Searched refs:testRunStarted (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java177 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in SensorCtsTestActivity.SensorRunListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestActivity.java187 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in GnssCtsTestActivity.GnssRunListener
/cts/tests/core/runner-axt/src/com/android/cts/runner/
DCtsTestRunListener.java68 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in CtsTestRunListener
/cts/tests/core/runner/src/com/android/cts/runner/
DCtsTestRunListener.java68 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in CtsTestRunListener
/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java295 public void testRunStarted(String arg0, int arg1) { in testRunStarted() method in JvmtiHostTest.TestResults
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
DCameraPerformanceActivity.java106 public void testRunStarted(Description description) { in testRunStarted() method in CameraPerformanceActivity.CameraRunListener
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java436 listener.testRunStarted(mRunName, Integer.parseInt(parts[1])); in run()