Searched refs:instructions (Results 1 – 8 of 8) sorted by relevance
87 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createUserItem() local88 instructions.setText(instructionTextId); in createUserItem()103 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createAutoItem() local104 instructions.setText(stringId); in createAutoItem()
42 protected Test(int instructions) { in Test() argument44 this.mInstructions = instructions; in Test()93 ((TextView) vg.findViewById(R.id.instructions)).setText(test.mInstructions); in getView()
114 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createUserItem() local115 instructions.setText(stringId); in createUserItem()126 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createAutoItem() local127 instructions.setText(stringId); in createAutoItem()
228 TextView instructions = (TextView) item.findViewById(R.id.nls_instructions); in createUserItem() local229 instructions.setText(getString(messageId, messageFormatArgs)); in createUserItem()238 TextView instructions = (TextView) item.findViewById(R.id.nls_instructions); in createAutoItem() local239 instructions.setText(stringId); in createAutoItem()
144 TextView instructions = (TextView) item.findViewById(R.id.ca_notify_instructions); in createUserItem() local145 instructions.setText(stringId); in createUserItem()
67 See http://source.android.com for instructions on obtaining the Android
76 // complex instructions733 // complex (multiline) instructions
41 gameboy.instructions = 0;44 while (gameboy.instructions <= gameboy.totalInstructions) {7131 this.instructions += 1;7132 if (this.instructions > this.totalInstructions) {