Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/
DCompanionDeviceServiceTestActivity.java357 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/
DTestListAdapter.java152 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()
DIntentDrivenTestActivity.java247 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/
DLockTaskUiTestActivity.java366 int titleResId, int detailResId) { in createSetLockTaskFeaturesTest() argument
372 return createInteractiveTestItem(this, testId, titleResId, detailResId, in createSetLockTaskFeaturesTest()
373 new ButtonInfo(titleResId, commandIntent)); in createSetLockTaskFeaturesTest()