Home
last modified time | relevance | path

Searched refs:testStarted (Results 1 – 14 of 14) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioTestRunner.java72 testStarted(testId, str); in handleMessage()
88 public void testStarted(int testId, String str) { in testStarted() method in AudioTestRunner.AudioTestRunnerMessageHandler
DAudioAEC.java515 public void testStarted(int testId, String str) {
516 super.testStarted(testId, str);
/cts/tests/core/runner-axt/src/com/android/cts/runner/
DCrashParserRunListener.java35 public void testStarted(Description description) throws Exception { in testStarted() method in CrashParserRunListener
DCtsTestRunListener.java93 public void testStarted(Description description) throws Exception { in testStarted() method in CtsTestRunListener
/cts/tests/core/runner/src/com/android/cts/runner/
DCrashParserRunListener.java35 public void testStarted(Description description) throws Exception { in testStarted() method in CrashParserRunListener
DCtsTestRunListener.java93 public void testStarted(Description description) throws Exception { in testStarted() method in CtsTestRunListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DDataFragment.java190 public void testStarted() { in testStarted() method in DataFragment
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java187 public void testStarted(Description description) throws Exception { in testStarted() method in SensorCtsTestActivity.SensorRunListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestActivity.java212 public void testStarted(Description description) throws Exception { in testStarted() method in GnssCtsTestActivity.GnssRunListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
DMultiNetworkConnectivityTestActivity.java93 void testStarted(); in testStarted() method
130 public void testStarted() {
706 mTestCallback.testStarted(); in startTest()
/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java305 public void testStarted(TestDescription arg0) { in testStarted() method in JvmtiHostTest.TestResults
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
DCameraPerformanceActivity.java140 public void testStarted(Description description) { in testStarted() method in CameraPerformanceActivity.CameraRunListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java295 mDataFragment.testStarted(); in onPoseProviderReady()
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java443 listener.testStarted(test); in run()