Searched refs:buttonText (Results 1 – 8 of 8) sorted by relevance
36 private var buttonText: String? = null variable46 fun setButton(buttonText: String) { in setButton()47 this.buttonText = buttonText in setButton()74 buttonText?.let { in onBindViewHolder()
372 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT); in createUiFromIntent() local373 if (TextUtils.isEmpty(buttonText)) { in createUiFromIntent()376 mNextButton.setText(buttonText); in createUiFromIntent()380 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT); in createUiFromIntent() local381 if (TextUtils.isEmpty(buttonText)) { in createUiFromIntent()384 backButton.setText(buttonText); in createUiFromIntent()
236 CharSequence buttonText = null; in updateToQuietModeErrorMessage() local238 buttonText = getEnterpriseString( in updateToQuietModeErrorMessage()247 buttonText, in updateToQuietModeErrorMessage() local
243 CharSequence buttonText = button.getText(); in verifyButtonText() local244 if (buttonText != null && text.equals(buttonText.toString())) { in verifyButtonText()249 text, buttonText); in verifyButtonText()
365 this.buttonText = nextButtonText; in Stage()395 public final int buttonText; field in ChooseLockPassword.ChooseLockPasswordFragment.Stage962 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()
1442 String buttonText = mContext.getString(R.string.wifi_network_disabled_by_admin_button); in connectToUserSelectNetwork() local1447 buttonText, in connectToUserSelectNetwork()