Searched refs:titleResId (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestListAdapter.java | 100 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()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ |
D | BackupTestActivity.java | 270 CategoryBackupItem(int titleResId) { 271 mTitleResId = titleResId;
|