Lines Matching refs:Station
62 import com.android.fmradio.FmStation.Station;
1529 values.put(Station.PROGRAM_SERVICE, ps); in startRdsThread()
1533 values.put(Station.FREQUENCY, mCurrentStation); in startRdsThread()
1534 values.put(Station.PROGRAM_SERVICE, ps); in startRdsThread()
1552 values.put(Station.RADIO_TEXT, rds); in startRdsThread()
1556 values.put(Station.FREQUENCY, mCurrentStation); in startRdsThread()
1557 values.put(Station.RADIO_TEXT, rds); in startRdsThread()
1739 Station.CONTENT_URI, in showPlayingNotification()
1741 Station.FREQUENCY + "=?", in showPlayingNotification()
1746 stationName = cursor.getString(cursor.getColumnIndex(Station.STATION_NAME)); in showPlayingNotification()
1748 stationName = cursor.getString(cursor.getColumnIndex(Station.PROGRAM_SERVICE)); in showPlayingNotification()
1750 radioText = cursor.getString(cursor.getColumnIndex(Station.RADIO_TEXT)); in showPlayingNotification()
2279 cursor = mContext.getContentResolver().query(Station.CONTENT_URI, in updateDBInLocation()
2280 new String[] { FmStation.Station.FREQUENCY }, in updateDBInLocation()
2281 FmStation.Station.IS_FAVORITE + "=0", in updateDBInLocation()
2282 null, FmStation.Station.FREQUENCY); in updateDBInLocation()
2287 FmStation.Station.FREQUENCY)); in updateDBInLocation()