Searched refs:getRadioBand (Results 1 – 10 of 10) sorted by relevance
88 if (station.getRadioBand() != mCurrentRadioBand) { in createDemoManager()89 switchRadioBand(station.getRadioBand()); in createDemoManager()118 0 /* subChannel */, station.getRadioBand(), null /* rds */); in createDemoManager()
127 if (station.getChannelNumber() == channelNumber && station.getRadioBand() == band) { in getIndexOrInsertForStation()169 int radioBand = station.getRadioBand(); in bindView()
206 values.put(RadioPresetsTable.Columns.BAND, preset.getRadioBand()); in insertPreset()344 values.put(PreScannedStationsTable.Columns.BAND, station.getRadioBand()); in insertPreScannedStations()
492 if (mRadioTuner == null || radioStation.getRadioBand() != mCurrentRadioBand) {493 int radioStatus = openRadioBandInternal(radioStation.getRadioBand());
77 return getColorForStation(radioStation.getRadioBand(), radioStation.getChannelNumber()); in getColorForStation()
106 String channelNumber = RadioChannelFormatter.formatRadioChannel(preset.getRadioBand(), in bindPreset()
234 mCurrentRadioBand = station.getRadioBand(); in updateRadioDisplay()
75 public int getRadioBand() { in getRadioBand() method in RadioStation
116 int radioBand = station.getRadioBand(); in createTitleText()
200 mCurrentBand = station.getRadioBand();