Searched refs:titleResId (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/ |
D | CompanionDeviceServiceTestActivity.java | 357 TestStep(int titleResId, int descriptionResId) { in TestStep() argument 358 this(titleResId, descriptionResId, 0); in TestStep() 361 TestStep(int titleResId, int descriptionResId, int buttonTextResId) { in TestStep() argument 362 this.mTitleResId = titleResId; in TestStep()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestListAdapter.java | 152 int titleResId, in newTest() argument 159 context.getString(titleResId), in newTest() 173 int titleResId, in newTest() argument 179 context.getString(titleResId), in newTest() 193 int titleResId, in newTest() argument 198 context.getString(titleResId), in newTest() 351 public static TestListItem newCategory(Context context, int titleResId) { in newCategory() argument 352 return newCategory(context.getString(titleResId)); in newCategory()
|
D | IntentDrivenTestActivity.java | 247 public static Intent newIntent(Context context, String testId, int titleResId, in newIntent() argument 251 .putExtra(IntentDrivenTestActivity.EXTRA_TITLE, titleResId) in newIntent()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | LockTaskUiTestActivity.java | 366 int titleResId, int detailResId) { in createSetLockTaskFeaturesTest() argument 372 return createInteractiveTestItem(this, testId, titleResId, detailResId, in createSetLockTaskFeaturesTest() 373 new ButtonInfo(titleResId, commandIntent)); in createSetLockTaskFeaturesTest()
|