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.java107 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
114 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
120 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem
126 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
133 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
139 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
145 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()