Searched defs:instruction (Results 1 – 14 of 14) 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()
130 protected SelectAppStep(String instruction) { in SelectAppStep()134 protected SelectAppStep(String instruction, List<Package> packages) { in SelectAppStep()138 protected SelectAppStep(String instruction, Predicate<Package> packageMatcher) { in SelectAppStep()
33 protected ScreenshotValidationStep(String instruction, String filename) { in ScreenshotValidationStep()
33 protected MultipleChoiceStep(String instruction, List<String> choices) { in MultipleChoiceStep()
37 protected LaunchIntentStep(String instruction, Intent intent) { in LaunchIntentStep()
34 protected ActAndWaitStep(String instruction, Supplier<Boolean> checker) { in ActAndWaitStep()
28 public AutomatingStep(String instruction) { in AutomatingStep()
32 public AutomatingFailedStep(String instruction) { in AutomatingFailedStep()
334 protected void show(String instruction) { in show()343 protected void showWithListItems(String instruction, @Nullable List<String> listItems) { in showWithListItems()362 String instruction, @Nullable ArrayAdapter<T> arrayAdapter) { in showWithArrayAdapter()
585 PersistableBundle instruction = new PersistableBundle(); in readDataAndVerify() local599 PersistableBundle instruction = new PersistableBundle(); in writeDataAndVerifyException() local694 PersistableBundle instruction = new PersistableBundle(); in verifyDataReceivedFromWearable() local702 PersistableBundle instruction = new PersistableBundle(); in sendDataToWearableFromWss() local728 PersistableBundle instruction = new PersistableBundle(); in sendActionToIsolatedWearableSensingServiceAndWait() local734 PersistableBundle instruction) throws Exception { in sendInstructionToIsolatedWearableSensingServiceAndWait()
41 String instruction; field in WidgetCtsProvider.TextData164 String instruction = null; in getInstruction() local
424 TextView instruction = (TextView) instruView.findViewById(R.id.instru); in onPostExecute() local