Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DTestAdapter.java40 private final int mInstructions; field in TestAdapter.Test
44 this.mInstructions = instructions; in Test()
93 ((TextView) vg.findViewById(R.id.instructions)).setText(test.mInstructions); in getView()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
DScreenPinningTestActivity.java42 private LinearLayout mInstructions; field in ScreenPinningTestActivity
66 mInstructions = (LinearLayout) findViewById(R.id.instructions_list); in onCreate()
105 mInstructions.removeAllViews(); in show()
106 mInstructions.addView(tv); in show()