D | TestListAdapter.java | 127 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem 130 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest() 134 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem 136 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest() 140 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem 142 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest() 146 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem 153 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem 161 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem 168 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem [all …]
|