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.java285 int testInstructionResId, Intent testIntent) { in DialogTestListItem() argument
287 mManualInstruction = context.getString(testInstructionResId); in DialogTestListItem()
318 int testInstructionResId, Intent testIntent, int imageResId) { in DialogTestListItemWithIcon() argument
319 super(context, nameResId, testId, testInstructionResId, testIntent); in DialogTestListItemWithIcon()