Searched refs:getStopButtonText (Results 1 – 4 of 4) sorted by relevance
137 public CharSequence getStopButtonText() { in getStopButtonText() method in MediaOutputDialog
413 mStopButton.setText(getStopButtonText()); in refresh()557 public CharSequence getStopButtonText() { in getStopButtonText() method in MediaOutputBaseDialog
385 assertThat(testDialog.getStopButtonText().toString()).isEqualTo(stopText); in getStopButtonText_notSupportsBroadcast_returnsDefaultText()401 assertThat(testDialog.getStopButtonText().toString()).isEqualTo(stopText); in getStopButtonText_supportsBroadcast_returnsBroadcastText()
380 public CharSequence getStopButtonText() { in getStopButtonText() method in MediaOutputBaseDialogTest.MediaOutputBaseDialogImpl