HomeSort by relevance Sort by last modified time
    Searched refs:CtsTest (Results 1 - 6 of 6) sorted by null

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java 19 import com.android.cts.tradefed.testtype.CtsTest;
59 @Option(name = CtsTest.RUN_KNOWN_FAILURES_OPTION)
TestPackageResult.java 21 import com.android.cts.tradefed.testtype.CtsTest;
206 String name = metrics.get(CtsTest.PACKAGE_NAME_METRIC);
210 String digest = metrics.get(CtsTest.PACKAGE_DIGEST_METRIC);
CtsXmlResultReporter.java 21 import com.android.cts.tradefed.testtype.CtsTest;
78 // listen in on the plan option provided to CtsTest
79 @Option(name = CtsTest.PLAN_OPTION, description = "the test plan to run.")
82 // listen in on the continue-session option provided to CtsTest
83 @Option(name = CtsTest.CONTINUE_OPTION, description = "the test result session to continue.")
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ResultFilter.java 18 import com.android.cts.tradefed.testtype.CtsTest.TestPackage;
CtsTest.java 73 public class CtsTest implements IDeviceTest, IResumableTest, IShardableTest, IBuildReceiver {
74 private static final String LOG_TAG = "CtsTest";
736 CtsTest shard = new CtsTest();
742 CtsTest shard = (CtsTest)shardQueue.poll();
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
CtsTestTest.java 39 * Unit tests for {@link CtsTest}.
45 private CtsTest mCtsTest;
70 mCtsTest = new CtsTest() {
101 * Test normal case {@link CtsTest#run(java.util.List)} when running a plan.
115 * Test normal case {@link CtsTest#run(java.util.List)} when running a package.
157 * Test normal case {@link CtsTest#run(java.util.List)} when running a class.
177 * Test {@link CtsTest#run(java.util.List)} when --excluded-package is specified
195 * Test {@link CtsTest#run(ITestInvocationListener))} when --continue-session is specified
245 * Test {@link CtsTest#run(java.util.List)} when --plan and --package options have not been
258 * Test {@link CtsTest#run(ITestInvocationListener))} when --plan and --package options hav
    [all...]

Completed in 55 milliseconds