Searched defs:instruction (Results 1 – 10 of 10) sorted by relevance
112 TextView instruction = findViewById(R.id.instruction); in process() local128 TextView instruction = findViewById(R.id.instruction); in process() local141 TextView instruction = findViewById(R.id.instruction); in process() local
30 protected YesNoStep(String instruction) { in YesNoStep()
29 protected ActAndConfirmStep(String instruction) { in ActAndConfirmStep()
33 protected MultipleChoiceStep(String instruction, List<String> choices) { in MultipleChoiceStep()
34 protected ActAndWaitStep(String instruction, Supplier<Boolean> checker) { in ActAndWaitStep()
28 public AutomatingStep(String instruction) { in AutomatingStep()
32 public AutomatingFailedStep(String instruction) { in AutomatingFailedStep()
286 protected void show(String instruction) { in show()
41 String instruction; field in WidgetCtsProvider.TextData164 String instruction = null; in getInstruction() local
414 TextView instruction = (TextView) instruView.findViewById(R.id.instru); in onPostExecute() local