OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCurrentRadioStation
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Car/Radio/src/com/android/car/radio/demo/
RadioDemo.java
199
public RadioStation
getCurrentRadioStation
() throws RemoteException {
/packages/apps/Car/Radio/src/com/android/car/radio/
RadioPresetsFragment.java
221
mPresetsAdapter.setActiveRadioStation(mRadioController.
getCurrentRadioStation
());
RadioController.java
219
RadioStation station = mRadioManager.
getCurrentRadioStation
();
281
public RadioStation
getCurrentRadioStation
() {
287
return mRadioManager.
getCurrentRadioStation
();
289
Log.e(TAG, "
getCurrentRadioStation
(); error retrieving current station: "
709
mRadioManager.
getCurrentRadioStation
());
[
all
...]
Completed in 5455 milliseconds