/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | TvAppVerifierActivity.java | 84 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createAndAttachUserItem() local 85 instructions.setText(instructionTextId); in createAndAttachUserItem() 100 TextView instructions = item.findViewById(R.id.instructions); in createAndAttachUserItem() local 101 instructions.setText(instructionCharSequence); in createAndAttachUserItem() 116 TextView instructions = item.findViewById(R.id.instructions); in createAndAttachAutoItem() local 117 instructions.setText(stringId); in createAndAttachAutoItem() 129 TextView instructions = item.findViewById(R.id.instructions); in createAutoItem() local 130 instructions.setText(instructionCharSequence); in createAutoItem() 156 TextView instructions = item.findViewById(R.id.instructions); in createButtonItem() local 157 instructions.setVisibility(View.GONE); in createButtonItem()
|
D | TestStepBase.java | 120 TextView instructions = item.findViewById(R.id.instructions); in appendMessageToView() local 121 instructions.setText(instructions.getText() + "\n" + message); in appendMessageToView()
|
D | AppLinkTestActivity.java | 120 TextView instructions = (TextView) mVerifyAppLinkCardItem.findViewById(R.id.instructions); in createTestItems() local 123 instructions.setCompoundDrawablePadding(10); in createTestItems() 124 instructions.setCompoundDrawables(image, null, null, null); in createTestItems()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0069/ |
D | poc.c | 81 instructions[command.buffer_size / 8] = (x); \ 87 uint64_t instructions[0x100]; in work_out_ioctl_code() local 90 memset(instructions, 0, sizeof(instructions)); in work_out_ioctl_code() 93 command.buffer = (uint64_t)&instructions; in work_out_ioctl_code() 120 uint64_t *instructions = NULL; in perform_pa_read() local 131 instructions = malloc((num_words * 5 + 4) * sizeof(uint64_t)); in perform_pa_read() 132 if (!instructions) { in perform_pa_read() 141 command.buffer = (uint64_t)instructions; in perform_pa_read() 190 if (instructions) { in perform_pa_read() 191 free(instructions); in perform_pa_read()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | TestAdapter.java | 42 protected Test(int instructions) { in Test() argument 44 this.mInstructions = instructions; in Test() 97 ((TextView) vg.findViewById(R.id.instructions)).setText(test.mInstructions); in getView()
|
/cts/hostsidetests/hdmicec/ |
D | README.md | 18 * CEC adapter, see [External CEC Adapter instructions](cec_adapter.md) 19 * Install `cec-client` binary, see [install instructions](cec_adapter.md#software) 40 * CEC adapter, see [External CEC Adapter instructions](cec_adapter.md) 41 * Install `cec-client` binary, see [install instructions](cec_adapter.md#software)
|
/cts/hostsidetests/multidevices/ |
D | README.md | 3 Refer to go/cts-multi-device-module for step-by-step instructions on creating
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | InteractiveVerifierActivity.java | 301 TextView instructions = item.findViewById(R.id.nls_instructions); in createUserItem() local 302 instructions.setText(getString(messageId, messageFormatArgs)); in createUserItem() 311 TextView instructions = item.findViewById(R.id.nls_instructions); in createAutoItem() local 312 instructions.setText(stringId); in createAutoItem() 325 TextView instructions = item.findViewById(R.id.nls_instructions); in createPassFailItem() local 326 instructions.setText(textResId); in createPassFailItem() 337 TextView instructions = item.findViewById(R.id.nls_instructions); in createUserAndPassFailItem() local 338 instructions.setText(stringId); in createUserAndPassFailItem()
|
D | NotificationHidingVerifierActivity.kt | 58 private lateinit var instructions: TextView in <lambda>() variable in com.android.cts.verifier.notifications.NotificationHidingVerifierActivity 74 instructions = requireViewById(R.id.test_instructions) in <lambda>() 151 instructions.setText(tests[currentTestIdx].getTestInstructions()) in <lambda>() 160 instructions.setText(R.string.notif_hiding_success) in <lambda>() 163 instructions.text = (getString(R.string.notif_hiding_failure, numFailures, tests.size)) in <lambda>()
|
D | NotificationListenerVerifierActivity.java | 504 int instructions = hasVibrator() in inflate() local 507 mView = createNlsSettingsItem(parent, instructions); in inflate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sharesheet/ |
D | SharesheetChooserResultActivity.java | 82 protected final void setInstructions(@StringRes int instructions) { in setInstructions() argument 83 mInstructiontext.setText(instructions); in setInstructions() 111 mInstructiontext = requireViewById(R.id.instructions); in onCreate()
|
D | SharesheetAlbumActivity.java | 62 TextView instructionText = (TextView) findViewById(R.id.instructions); in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/qstiles/ |
D | InteractiveVerifierActivity.java | 260 TextView instructions = (TextView) item.findViewById(R.id.tiles_instructions); in createUserPassFail() local 261 instructions.setText(getString(messageId, messageFormatArgs)); in createUserPassFail() 267 TextView instructions = (TextView) item.findViewById(R.id.tiles_instructions); in createAutoItem() local 268 instructions.setText(stringId); in createAutoItem()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/ |
D | VrListenerVerifierActivity.java | 271 TextView instructions = (TextView) v.findViewById(R.id.vr_instructions); in createUserInteractionTestView() local 272 instructions.setText(getString(messageId)); in createUserInteractionTestView() 281 TextView instructions = (TextView) v.findViewById(R.id.vr_instructions); in createAutoTestView() local 282 instructions.setText(getString(messageId)); in createAutoTestView()
|
/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | README.md | 27 android source tree. Please refer to the usage instructions there for how to
|
/cts/tools/cts-tradefed/ |
D | README | 67 See http://source.android.com for instructions on obtaining the Android
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/ |
D | AbstractUserAuthenticationTest.java | 128 TextView instructionsText = findViewById(R.id.instructions); in onCreate()
|
/cts/tests/tests/content/data/ |
D | readme.txt | 6 android source tree. Please refer to the usage instructions there for how to
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/mtp/ |
D | MtpHostTestActivity.java | 402 final TextView textView = (TextView) view.findViewById(R.id.instructions);
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 17 which, in their literal meaning (million instructions per second),
|