Searched refs:instructionTextId (Results 1 – 2 of 2) sorted by relevance
85 protected View createUserItem(int instructionTextId, int buttonTextId, View.OnClickListener l) { in createUserItem() argument88 instructions.setText(instructionTextId); in createUserItem()
191 mInstructionView.setText(step.instructionTextId); in updateUi()450 int instructionTextId; field in KeyChainTest.Step458 public Step(int instructionTextId, boolean skippable, AsyncTask<Void, Void, Void> task) { in Step() argument459 this.instructionTextId = instructionTextId; in Step()