Searched refs:CtsTest (Results 1 – 6 of 6) sorted by relevance
21 import com.android.cts.tradefed.testtype.CtsTest;232 String name = metrics.get(CtsTest.PACKAGE_NAME_METRIC); in populateMetrics()236 String abi = metrics.get(CtsTest.PACKAGE_ABI_METRIC); in populateMetrics()240 String digest = metrics.get(CtsTest.PACKAGE_DIGEST_METRIC); in populateMetrics()
19 import com.android.cts.tradefed.testtype.CtsTest;60 @Option(name = CtsTest.RUN_KNOWN_FAILURES_OPTION)
21 import com.android.cts.tradefed.testtype.CtsTest;90 @Option(name = CtsTest.PLAN_OPTION, description = "the test plan to run.")94 @Option(name = CtsTest.CONTINUE_OPTION, description = "the test result session to continue.")
18 import com.android.cts.tradefed.testtype.CtsTest.TestPackage;
88 public class CtsTest implements IDeviceTest, IResumableTest, IShardableTest, IBuildReceiver { class344 public CtsTest() { in CtsTest() method in CtsTest351 public CtsTest(int shardAssignment, int totalShards) { in CtsTest() method in CtsTest1077 CtsTest ctsTest = new CtsTest(shardAssignment, mShards /* totalShards */); in split()
67 private CtsTest mCtsTest;95 mCtsTest = new CtsTest() { in setUp()