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