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.java150 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
171 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
191 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
210 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
240 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
269 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
292 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
314 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
335 public static TestListItem newTest( 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()