Home
last modified time | relevance | path

Searched refs:getStopButtonText (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputDialog.java137 public CharSequence getStopButtonText() { in getStopButtonText() method in MediaOutputDialog
DMediaOutputBaseDialog.java413 mStopButton.setText(getStopButtonText()); in refresh()
557 public CharSequence getStopButtonText() { in getStopButtonText() method in MediaOutputBaseDialog
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputDialogTest.java385 assertThat(testDialog.getStopButtonText().toString()).isEqualTo(stopText); in getStopButtonText_notSupportsBroadcast_returnsDefaultText()
401 assertThat(testDialog.getStopButtonText().toString()).isEqualTo(stopText); in getStopButtonText_supportsBroadcast_returnsBroadcastText()
DMediaOutputBaseDialogTest.java380 public CharSequence getStopButtonText() { in getStopButtonText() method in MediaOutputBaseDialogTest.MediaOutputBaseDialogImpl