Home
last modified time | relevance | path

Searched refs:storePreScannedStations (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Radio/src/com/android/car/radio/
DRadioBackgroundScanner.java165 mRadioStorage.storePreScannedStations(mCurrentBand, mScannedStations); in onProgramInfoChanged()
DRadioStorage.java311 public void storePreScannedStations(int radioBand, List<RadioStation> stations) { in storePreScannedStations() method in RadioStorage