Searched refs:mInstructions (Results 1 – 2 of 2) sorted by relevance
34 private TextView mInstructions; field in OrderedTestActivity43 mInstructions = findViewById(R.id.txt_instruction); in onCreate()99 mInstructions.setText(R.string.tests_completed_successfully); in processCurrentTest()121 mInstructions.setText(mStringId); in showText()
40 private final int mInstructions; field in TestAdapter.Test44 this.mInstructions = instructions; in Test()93 ((TextView) vg.findViewById(R.id.instructions)).setText(test.mInstructions); in getView()