Searched refs:instructionsText (Results 1 – 3 of 3) sorted by relevance
70 protected NotifyTestCase(@StringRes int instructionsText) { in NotifyTestCase() argument71 this(instructionsText, Resources.ID_NULL); in NotifyTestCase()74 protected NotifyTestCase(@StringRes int instructionsText, in NotifyTestCase() argument76 mInstructionsText = instructionsText; in NotifyTestCase()
170 TextView instructionsText = findViewById(R.id.instruction_text); in showCameraErrorText() local171 instructionsText.setText(R.string.camera_hw_toggle_test_no_camera); in showCameraErrorText()172 instructionsText.append(errorMsg); in showCameraErrorText()
128 TextView instructionsText = findViewById(R.id.instructions); in onCreate() local129 instructionsText.setText(getInstructionsResourceId()); in onCreate()