HomeSort by relevance Sort by last modified time
    Searched refs:mRadioStorage (Results 1 - 4 of 4) sorted by null

  /packages/apps/Car/Radio/src/com/android/car/radio/
PreScannedChannelLoader.java 32 private final RadioStorage mRadioStorage;
37 mRadioStorage = RadioStorage.getInstance(context);
62 return mRadioStorage.getPreScannedStationsForBand(mCurrentRadioBand);
RadioController.java 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)
    [all...]
RadioBackgroundScanner.java 46 private final RadioStorage mRadioStorage;
62 mRadioStorage = RadioStorage.getInstance(context);
165 mRadioStorage.storePreScannedStations(mCurrentBand, mScannedStations);
RadioPresetsFragment.java 52 private RadioStorage mRadioStorage;
115 mRadioStorage = RadioStorage.getInstance(context);
116 mRadioStorage.addPresetsChangeListener(this);
117 setPresetsOnList(mRadioStorage.getPresets());
226 mRadioStorage.removePresetsChangeListener(this);
258 setPresetsOnList(mRadioStorage.getPresets());

Completed in 85 milliseconds