Searched refs:getCurrentRadioStation (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Car/libs/car-radio-service/src/com/android/car/radio/service/
H A DIRadioManager.aidl83 RadioStation getCurrentRadioStation();
/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioController.java220 RadioStation station = mRadioManager.getCurrentRadioStation();
282 public RadioStation getCurrentRadioStation() { method in class:RadioController
288 return mRadioManager.getCurrentRadioStation();
290 Log.e(TAG, "getCurrentRadioStation(); error retrieving current station: "
710 mRadioManager.getCurrentRadioStation());
971 mRadioManager.getCurrentRadioStation());
H A DRadioPresetsFragment.java211 mPresetsAdapter.setActiveRadioStation(mRadioController.getCurrentRadioStation());
H A DRadioService.java702 public RadioStation getCurrentRadioStation() {
/packages/apps/Car/Radio/src/com/android/car/radio/demo/
H A DRadioDemo.java199 public RadioStation getCurrentRadioStation() throws RemoteException {
/packages/apps/Car/Stream/src/com/android/car/stream/radio/
H A DRadioStreamProducer.java280 postCard(mConverter.convert(mRadioManager.getCurrentRadioStation(), isPlaying));

Completed in 486 milliseconds