Searched refs:titleResId (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestListAdapter.java | 133 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() argument 136 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest() 140 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() argument 142 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest() 146 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() argument 148 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, in newTest() 189 public static TestListItem newCategory(Context context, int titleResId) { in newCategory() argument 190 return newCategory(context.getString(titleResId)); in newCategory()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | LockTaskUiTestActivity.java | 356 int titleResId, int detailResId) { in createSetLockTaskFeaturesTest() argument 362 return createInteractiveTestItem(this, testId, titleResId, detailResId, in createSetLockTaskFeaturesTest() 363 new ButtonInfo(titleResId, commandIntent)); in createSetLockTaskFeaturesTest()
|