Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java231 int testInstructionResId, Intent testIntent) { in DialogTestListItem() argument
233 mManualInstruction = context.getString(testInstructionResId); in DialogTestListItem()
264 int testInstructionResId, Intent testIntent, int imageResId) { in DialogTestListItemWithIcon() argument
265 super(context, nameResId, testId, testInstructionResId, testIntent); in DialogTestListItemWithIcon()