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()
111 .setButtonTextView((TextView) holder.findViewById(R.id.button1Text)) in onBindViewHolder()
215 assertThat(containsDrawableState(mRootView.findViewById(R.id.button1Text), in onBindViewHolder_setEnabled_shouldEnableButton()243 assertThat(((TextView) mRootView.findViewById(R.id.button1Text)).getText()) in onBindViewHolder_setText_shouldShowSameText()