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.java148 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
169 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
189 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
208 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
238 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
267 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
290 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
312 public static TestListItem newTest( in newTest() method in TestListAdapter.TestListItem
333 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()