Home
last modified time | relevance | path

Searched refs:instruction (Results 1 – 20 of 20) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/tunnelmode/
DVolumeLevelChangesActivity.java112 TextView instruction = findViewById(R.id.instruction); in process() local
113 instruction.setText(R.string.increase_volume_level); in process()
128 TextView instruction = findViewById(R.id.instruction); in process() local
129 instruction.setText(R.string.is_same_volume); in process()
141 TextView instruction = findViewById(R.id.instruction); in process() local
142 instruction.setText(R.string.decrease_volume_level); in process()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java41 String instruction; field in WidgetCtsProvider.TextData
47 instruction = i; in TextData()
164 String instruction = null; in getInstruction() local
188 instruction = "This is a test of the widget framework"; in getInstruction()
191 instruction = "Verify that the width and height indicated below constitute reasonable" in getInstruction()
197 instruction = "Verify that there is a functional affordance which allows this widget" in getInstruction()
202 instruction = instruction in getInstruction()
210 instruction = "Verify that the widget contains a scrollable list of numbers from 1" in getInstruction()
214 instruction = "Verify that the text below accurately reflects whether this widget is" in getInstruction()
225 instruction = "This completes the test of the widget framework. " + in getInstruction()
[all …]
/cts/tests/wearable/src/android/wearable/cts/
DWearableSensingManagerIsolatedServiceTest.java585 PersistableBundle instruction = new PersistableBundle(); in readDataAndVerify() local
586 instruction.putString(BUNDLE_ACTION_KEY, ACTION_READ_FILE_AND_VERIFY); in readDataAndVerify()
587 instruction.putString(FILE_PATH_KEY, relativeFilePath); in readDataAndVerify()
589 instruction.putString(EXPECTED_FILE_CONTENT_KEY, expectedFileContent); in readDataAndVerify()
592 instruction.putString(EXPECTED_EXCEPTION_KEY, expectedExceptionClass.getSimpleName()); in readDataAndVerify()
594 assertThat(sendInstructionToIsolatedWearableSensingServiceAndWait(instruction)) in readDataAndVerify()
599 PersistableBundle instruction = new PersistableBundle(); in writeDataAndVerifyException() local
600 instruction.putString(BUNDLE_ACTION_KEY, ACTION_WRITE_FILE_AND_VERIFY_EXCEPTION); in writeDataAndVerifyException()
601 instruction.putString(FILE_PATH_KEY, relativeFilePath); in writeDataAndVerifyException()
602 assertThat(sendInstructionToIsolatedWearableSensingServiceAndWait(instruction)) in writeDataAndVerifyException()
[all …]
/cts/common/device-side/interactive/src/main/java/com/android/interactive/steps/
DYesNoStep.java30 protected YesNoStep(String instruction) { in YesNoStep() argument
31 mInstruction = instruction; in YesNoStep()
DActAndConfirmStep.java29 protected ActAndConfirmStep(String instruction) { in ActAndConfirmStep() argument
30 mInstruction = instruction; in ActAndConfirmStep()
DSelectAppStep.java130 protected SelectAppStep(String instruction) { in SelectAppStep() argument
131 this(instruction, /* packageMatcher= */ p -> true); in SelectAppStep()
134 protected SelectAppStep(String instruction, List<Package> packages) { in SelectAppStep() argument
135 this(instruction, p -> packages.contains(p)); in SelectAppStep()
138 protected SelectAppStep(String instruction, Predicate<Package> packageMatcher) { in SelectAppStep() argument
139 mInstruction = instruction; in SelectAppStep()
DScreenshotValidationStep.java33 protected ScreenshotValidationStep(String instruction, String filename) { in ScreenshotValidationStep() argument
34 mInstruction = instruction; in ScreenshotValidationStep()
DMultipleChoiceStep.java33 protected MultipleChoiceStep(String instruction, List<String> choices) { in MultipleChoiceStep() argument
34 mInstruction = instruction; in MultipleChoiceStep()
DActAndWaitStep.java34 protected ActAndWaitStep(String instruction, Supplier<Boolean> checker) { in ActAndWaitStep() argument
35 mInstruction = instruction; in ActAndWaitStep()
DLaunchIntentStep.java37 protected LaunchIntentStep(String instruction, Intent intent) { in LaunchIntentStep() argument
38 mInstruction = instruction; in LaunchIntentStep()
/cts/common/device-side/interactive/src/main/java/com/android/interactive/
DAutomatingStep.java28 public AutomatingStep(String instruction) { in AutomatingStep() argument
29 mInstruction = instruction; in AutomatingStep()
DAutomatingFailedStep.java32 public AutomatingFailedStep(String instruction) { in AutomatingFailedStep() argument
33 mInstruction = instruction; in AutomatingFailedStep()
DStep.java334 protected void show(String instruction) { in show() argument
335 showWithListItems(instruction, /* listItems= */ null); in show()
343 protected void showWithListItems(String instruction, @Nullable List<String> listItems) { in showWithListItems() argument
345 instruction, in showWithListItems()
362 String instruction, @Nullable ArrayAdapter<T> arrayAdapter) { in showWithArrayAdapter() argument
365 .inflate(R.layout.instruction, null); in showWithArrayAdapter()
368 text.setText(instruction); in showWithArrayAdapter()
/cts/tools/release-parser/tests/resources/
Dandroid.test.runner.odex.pb.txt70 …-root=out/target/product/sailfish/system --instruction-set=arm64 --instruction-set-variant=kryo --
Dboot-framework.oat.pb.txt66 …amework/arm64/boot.art --base=0x70000000 --instruction-set=arm64 --instruction-set-variant=kryo --
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DHifiUltrasoundSpeakerTestActivity.java247 TextView instruction = (TextView)instruView.findViewById(R.id.instru); in onCreate()
248 instruction.setText(R.string.hifi_ultrasound_speaker_test_test_side); in onCreate()
424 TextView instruction = (TextView) instruView.findViewById(R.id.instru); in onPostExecute() local
425 instruction.setText(R.string.hifi_ultrasound_speaker_test_reference_side); in onPostExecute()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DParkingBrakeOnTestActivity.java55 mInstructionTextView = (TextView) findViewById(R.id.instruction); in onCreate()
/cts/tests/tests/os/jni/
DAndroid.bp89 // can be run on armv8 cores) since one of the tested instruction, swp, is
/cts/common/device-side/bedstead/btest/
Dbtest595 for instruction in args.interactive:
596 if instruction == "b":
598 elif instruction == "i":
600 elif instruction == "t":
602 elif instruction == "m":
605 … print("Instruction " + instruction + " is invalid, must be one of " + str(valid_instructions))
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale18 cannot be used across different instruction sets (e.g. RISC vs. CISC).