Home
last modified time | relevance | path

Searched refs:titleResId (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java100 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() argument
103 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest()
107 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() argument
109 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest()
113 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() argument
115 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, null, in newTest()
136 public static TestListItem newCategory(Context context, int titleResId) { in newCategory() argument
137 return newCategory(context.getString(titleResId)); in newCategory()