Searched refs:RadioController (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Car/Radio/src/com/android/car/radio/
H A DMainRadioFragment.java36 private RadioController mRadioController;
114 * @param radioController The {@link RadioController} that is responsible for updating the UI
117 static MainRadioFragment newInstance(RadioController radioController,
H A DRadioPresetsFragment.java42 RadioController.RadioStationChangeListener,
51 private RadioController mRadioController;
72 * Sets the {@link RadioController} that is responsible for updating the UI of this fragment
75 private void setRadioController(RadioController radioController) {
271 * @param radioController The {@link RadioController} that is responsible for updating the UI
274 public static RadioPresetsFragment newInstance(RadioController radioController,
H A DCarRadioActivity.java72 private RadioController mRadioController;
78 mRadioController = new RadioController(this);
H A DRadioController.java52 public class RadioController implements class in inherits:RadioStorage.PresetsChangeListener,RadioStorage.PreScannedChannelChangeListener,LoaderManager.LoaderCallbacks
56 private static final String TAG = "Em.RadioController";
63 * @see RadioController#setShouldColorStatusBar(boolean)
135 public RadioController(Activity activity) { method in class:RadioController
149 * Initializes this {@link RadioController} to control the UI whose root is the given container.
574 * Closes all active connections in the {@link RadioController}.
604 mRadioStorage.addPreScannedChannelChangeListener(RadioController.this);
614 RadioController.this /* callback */).forceLoad();

Completed in 59 milliseconds