Searched refs:mRightButtonText (Results 1 – 1 of 1) sorted by relevance
114 @Nullable private String mRightButtonText; field in AudioStreamsDialogFragment.DialogBuilder190 mRightButtonText = text; in setRightButtonText()237 if (!Strings.isNullOrEmpty(mRightButtonText)) { in build()239 rightButton.setText(mRightButtonText); in build()