Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 14 of 14) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/tunnelmode/
DVolumeLevelChangesActivity.java112 TextView instruction = findViewById(R.id.instruction); in process() local
128 TextView instruction = findViewById(R.id.instruction); in process() local
141 TextView instruction = findViewById(R.id.instruction); in process() local
/cts/common/device-side/interactive/src/main/java/com/android/interactive/steps/
DYesNoStep.java30 protected YesNoStep(String instruction) { in YesNoStep()
DActAndConfirmStep.java29 protected ActAndConfirmStep(String instruction) { in ActAndConfirmStep()
DSelectAppStep.java130 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()
DScreenshotValidationStep.java33 protected ScreenshotValidationStep(String instruction, String filename) { in ScreenshotValidationStep()
DMultipleChoiceStep.java33 protected MultipleChoiceStep(String instruction, List<String> choices) { in MultipleChoiceStep()
DLaunchIntentStep.java37 protected LaunchIntentStep(String instruction, Intent intent) { in LaunchIntentStep()
DActAndWaitStep.java34 protected ActAndWaitStep(String instruction, Supplier<Boolean> checker) { in ActAndWaitStep()
/cts/common/device-side/interactive/src/main/java/com/android/interactive/
DAutomatingStep.java28 public AutomatingStep(String instruction) { in AutomatingStep()
DAutomatingFailedStep.java32 public AutomatingFailedStep(String instruction) { in AutomatingFailedStep()
DStep.java334 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()
/cts/tests/wearable/src/android/wearable/cts/
DWearableSensingManagerIsolatedServiceTest.java585 PersistableBundle instruction = new PersistableBundle(); in readDataAndVerify() local
599 PersistableBundle instruction = new PersistableBundle(); in writeDataAndVerifyException() local
694 PersistableBundle instruction = new PersistableBundle(); in verifyDataReceivedFromWearable() local
702 PersistableBundle instruction = new PersistableBundle(); in sendDataToWearableFromWss() local
728 PersistableBundle instruction = new PersistableBundle(); in sendActionToIsolatedWearableSensingServiceAndWait() local
734 PersistableBundle instruction) throws Exception { in sendInstructionToIsolatedWearableSensingServiceAndWait()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java41 String instruction; field in WidgetCtsProvider.TextData
164 String instruction = null; in getInstruction() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DHifiUltrasoundSpeakerTestActivity.java424 TextView instruction = (TextView) instruView.findViewById(R.id.instru); in onPostExecute() local