Home
last modified time | relevance | path

Searched refs:instructionsText (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationStyleVerifierActivity.java70 protected NotifyTestCase(@StringRes int instructionsText) { in NotifyTestCase() argument
71 this(instructionsText, Resources.ID_NULL); in NotifyTestCase()
74 protected NotifyTestCase(@StringRes int instructionsText, in NotifyTestCase() argument
76 mInstructionsText = instructionsText; in NotifyTestCase()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DCameraMuteToggleActivity.java170 TextView instructionsText = findViewById(R.id.instruction_text); in showCameraErrorText() local
171 instructionsText.setText(R.string.camera_hw_toggle_test_no_camera); in showCameraErrorText()
172 instructionsText.append(errorMsg); in showCameraErrorText()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationTest.java128 TextView instructionsText = findViewById(R.id.instructions); in onCreate() local
129 instructionsText.setText(getInstructionsResourceId()); in onCreate()