Home
last modified time | relevance | path

Searched refs:radioText (Results 1 – 3 of 3) sorted by relevance

/packages/apps/FMRadio/src/com/android/fmradio/
DFmRecordActivity.java141 String radioText = cursor.getString(cursor.getColumnIndex(Station.RADIO_TEXT)); in updateUi() local
143 mRadioText.setText(radioText); in updateUi()
150 || (!TextUtils.isEmpty(radioText))) { in updateUi()
156 + stationName + ", radioText = " + radioText); in updateUi()
DFmMainActivity.java603 String radioText = ""; in refreshStationUI() local
619 radioText = cursor.getString(cursor.getColumnIndex(Station.RADIO_TEXT)); in refreshStationUI()
630 mTextRds.setText(radioText); in refreshStationUI()
DFmService.java1734 String radioText = ""; in showPlayingNotification() local
1750 radioText = cursor.getString(cursor.getColumnIndex(Station.RADIO_TEXT)); in showPlayingNotification()
1796 mNotificationBuilder.setContentText(radioText); in showPlayingNotification()
1797 Log.d(TAG, "showPlayingNotification PS:" + stationName + ", RT:" + radioText); in showPlayingNotification()