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 109 private final RadioStorage mRadioStorage;
144 mRadioStorage = RadioStorage.getInstance(mActivity);
145 mRadioStorage.addPresetsChangeListener(this);
312 mRadioStorage.storeRadioBand(mCurrentRadioBand);
345 mCurrentChannelNumber = mRadioStorage.getStoredRadioChannel(mCurrentRadioBand);
428 mRadioStorage.isPreset(channel, mCurrentRadioBand));
430 mRadioStorage.storeRadioChannel(mCurrentRadioBand, mCurrentChannelNumber);
582 mRadioStorage.removePresetsChangeListener(this);
583 mRadioStorage.removePreScannedChannelChangeListener(this);
604 mRadioStorage.addPreScannedChannelChangeListener(RadioController.this)
    [all...]
RadioPresetsFragment.java 50 private RadioStorage mRadioStorage;
105 mRadioStorage = RadioStorage.getInstance(context);
106 mRadioStorage.addPresetsChangeListener(this);
107 setPresetsOnList(mRadioStorage.getPresets());
216 mRadioStorage.removePresetsChangeListener(this);
248 setPresetsOnList(mRadioStorage.getPresets());
RadioBackgroundScanner.java 46 private final RadioStorage mRadioStorage;
62 mRadioStorage = RadioStorage.getInstance(context);
165 mRadioStorage.storePreScannedStations(mCurrentBand, mScannedStations);

Completed in 85 milliseconds