Searched refs:radioText (Results 1 – 3 of 3) sorted by relevance
141 String radioText = cursor.getString(cursor.getColumnIndex(Station.RADIO_TEXT)); in updateUi() local143 mRadioText.setText(radioText); in updateUi()150 || (!TextUtils.isEmpty(radioText))) { in updateUi()156 + stationName + ", radioText = " + radioText); in updateUi()
603 String radioText = ""; in refreshStationUI() local619 radioText = cursor.getString(cursor.getColumnIndex(Station.RADIO_TEXT)); in refreshStationUI()630 mTextRds.setText(radioText); in refreshStationUI()
1734 String radioText = ""; in showPlayingNotification() local1750 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()