Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java107 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest()
114 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest()
120 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest()
150 public static TestListItem newCategory(Context context, int titleResId) { in newCategory()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLockTaskUiTestActivity.java351 int titleResId, int detailResId) { in createSetLockTaskFeaturesTest()