Home
last modified time | relevance | path

Searched defs:newTest (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java100 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
107 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
113 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
119 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
125 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
131 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DDataFragment.java194 public void startTest(TestActivity.CTSTest newTest) { in startTest()