Home | History | Annotate | Download | only in radio

Lines Matching refs:mRadioStorage

108     private final RadioStorage mRadioStorage;
143 mRadioStorage = RadioStorage.getInstance(mActivity);
144 mRadioStorage.addPresetsChangeListener(this);
311 mRadioStorage.storeRadioBand(mCurrentRadioBand);
344 mCurrentChannelNumber = mRadioStorage.getStoredRadioChannel(mCurrentRadioBand);
427 mRadioStorage.isPreset(channel, mCurrentRadioBand));
429 mRadioStorage.storeRadioChannel(mCurrentRadioBand, mCurrentChannelNumber);
581 mRadioStorage.removePresetsChangeListener(this);
582 mRadioStorage.removePreScannedChannelChangeListener(this);
603 mRadioStorage.addPreScannedChannelChangeListener(RadioController.this);
620 mRadioStorage.isPreset(mCurrentChannelNumber, mCurrentRadioBand));
752 boolean isPreset = mRadioStorage.isPreset(station);
759 mRadioStorage.storePreset(station);
911 boolean isPreset = mRadioStorage.isPreset(station);
919 mRadioStorage.removePreset(station);
921 mRadioStorage.storePreset(station);
962 int radioBand = mRadioStorage.getStoredRadioBand();