Home
last modified time | relevance | path

Searched refs:testStarted (Results 1 – 16 of 16) 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.java541 public void testStarted(int testId, String str) {
542 super.testStarted(testId, str);
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/
DTestLifecycleListener.java30 default void testStarted(String testName) {} in testStarted() method
/cts/tests/core/runner-axt/src/com/android/cts/runner/
DCrashParserRunListener.java35 public void testStarted(Description description) throws Exception { in testStarted() method in CrashParserRunListener
DCtsLibcoreTestRunListener.java87 public void testStarted(Description description) throws Exception { in testStarted() method in CtsLibcoreTestRunListener
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadRunListener.java73 public void testStarted(Description description) throws Exception { in testStarted() method in BedsteadRunListener
123 testStarted(description); in testIgnored()
DBedsteadJUnit4.java1261 sLifecycleListeners.forEach(l -> l.testStarted(method.getName())); in runChild()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DDataFragment.java190 public void testStarted() { in testStarted() method in DataFragment
/cts/tests/tests/uirendering/src/android/uirendering/cts/runner/
DTestArtifactCollector.java135 public void testStarted(Description description) throws Exception { in testStarted() method in TestArtifactCollector
/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/net/
DMultiNetworkConnectivityTestActivity.java88 void testStarted(); in testStarted() method
125 public void testStarted() {
678 mTestCallback.testStarted(); in startTest()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
DCameraPerformanceActivity.java136 public void testStarted(Description description) { in testStarted() method in CameraPerformanceActivity.CameraRunListener
/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java313 public void testStarted(TestDescription arg0) { in testStarted() method in JvmtiHostTest.TestResults
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java293 mDataFragment.testStarted(); in onPoseProviderReady()
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java604 mListener.testStarted(mTest); in processNewLines()