Searched refs:mInstructions (Results 1 – 2 of 2) sorted by relevance
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()
42 private LinearLayout mInstructions; field in ScreenPinningTestActivity66 mInstructions = (LinearLayout) findViewById(R.id.instructions_list); in onCreate()105 mInstructions.removeAllViews(); in show()106 mInstructions.addView(tv); in show()