D | TestListAdapter.java | 107 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem 110 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest() 114 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem 116 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest() 120 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem 122 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, null, in newTest() 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
|