Searched refs:button1Text (Results 1 – 3 of 3) sorted by relevance
111 public void showAlertDialog(String title, String msg, String button1Text, in showAlertDialog() argument120 if (button1Text != null) { in showAlertDialog()121 mRotateDialogButton1.setText(button1Text); in showAlertDialog()
212 assertThat(mRootView.findViewById(R.id.button1Text).isEnabled()).isTrue(); in onBindViewHolder_setEnabled_shouldEnableButton()233 assertThat(((TextView) mRootView.findViewById(R.id.button1Text)).getText()) in onBindViewHolder_setText_shouldShowSameText()
111 .setButtonTextView((TextView) holder.findViewById(R.id.button1Text)) in onBindViewHolder()