Searched refs:buttonText (Results 1 – 9 of 9) sorted by relevance
90 val buttonText = "click me" in primaryButtonAction_whenClick_performAction() constant94 primaryButtonText = buttonText, in primaryButtonAction_whenClick_performAction()100 composeTestRule.onNodeWithText(buttonText).performClick() in primaryButtonAction_whenClick_performAction()108 val buttonText = "primary-button" in primaryButtonContentDescription_whenSet_shouldBeExists() constant111 primaryButtonText = buttonText, in primaryButtonContentDescription_whenSet_shouldBeExists()117 composeTestRule.onNodeWithText(buttonText).assertContentDescriptionEquals(expectedText) in primaryButtonContentDescription_whenSet_shouldBeExists()148 val buttonText = "click me2" in secondaryButtonAction_whenClick_performAction() constant152 secondaryButtonText = buttonText, in secondaryButtonAction_whenClick_performAction()158 composeTestRule.onNodeWithText(buttonText).performClick() in secondaryButtonAction_whenClick_performAction()166 val buttonText = "secondary-button" in secondaryButtonContentDescription_whenSet_shouldBeExists() constant[all …]
71 fun setPrimaryButton(buttonText: String, logName: ElementName) { in setPrimaryButton()72 this.buttonPrimaryText = buttonText in setPrimaryButton()85 fun setSecondaryButton(buttonText: String, logName: ElementName) { in setSecondaryButton()86 this.buttonSecondaryText = buttonText in setSecondaryButton()
358 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT); in createUiFromIntent() local359 if (TextUtils.isEmpty(buttonText)) { in createUiFromIntent()362 mNextButton.setText(buttonText); in createUiFromIntent()366 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT); in createUiFromIntent() local367 if (TextUtils.isEmpty(buttonText)) { in createUiFromIntent()370 backButton.setText(buttonText); in createUiFromIntent()
243 CharSequence buttonText = button.getText(); in verifyButtonText() local244 if (buttonText != null && text.equals(buttonText.toString())) { in verifyButtonText()249 text, buttonText); in verifyButtonText()
288 String buttonText = null; in updateToQuietModeErrorMessage() local297 buttonText = mConfigStore.isPrivateSpaceInDocsUIEnabled() in updateToQuietModeErrorMessage()312 buttonText, in updateToQuietModeErrorMessage()
382 this.buttonText = nextButtonText; in Stage()414 public final int buttonText; field in ChooseLockPassword.ChooseLockPasswordFragment.Stage989 setNextText(mUiStage.buttonText); in updateUi()
917 Optional<Integer> buttonText = SpeakEasyComponent.get(context).speakEasyTextResource(); in addSpeakeasyAnswerAction() local918 if (!buttonText.isPresent()) { in addSpeakeasyAnswerAction()926 Spannable spannable = new SpannableString(context.getText(buttonText.get())); in addSpeakeasyAnswerAction()
762 private void updateExpandCollapseButton(CharSequence buttonText, long duration) { in updateExpandCollapseButton() argument774 mExpandCollapseTextView.setText(buttonText); in updateExpandCollapseButton()
1487 String buttonText = mContext.getString(R.string.wifi_network_disabled_by_admin_button); in connectToUserSelectNetwork() local1492 buttonText, in connectToUserSelectNetwork()