D | TestListAdapter.java | 100 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem 103 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest() 107 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem 109 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest() 113 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() method in TestListAdapter.TestListItem 115 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, null, in newTest() 119 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem 125 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem 131 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() method in TestListAdapter.TestListItem
|