Searched refs:instructionTextId (Results 1 – 2 of 2) sorted by relevance
203 mInstructionView.setText(step.instructionTextId); in updateUi()517 int instructionTextId; field in KeyChainTest.Step525 public Step(int instructionTextId, boolean skippable, AsyncTask<Void, Void, Void> task) { in Step() argument526 this.instructionTextId = instructionTextId; in Step()
81 public View createAndAttachUserItem(int instructionTextId, int buttonTextId, in createAndAttachUserItem() argument85 instructions.setText(instructionTextId); in createAndAttachUserItem()