Searched defs:RadioTuner (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DRadioTuner.java29 * RadioTuner interface provides methods to control a radio tuner on the device: selecting and
32 * Obtain a RadioTuner interface by calling {@link RadioManager#openTuner(int,
33 * RadioManager.BandConfig, boolean, RadioTuner.Callback, Handler)}.
37 public abstract class RadioTuner { class
247 * Callback provided by the client application when opening a {@link RadioTuner}
262 * or {@link RadioTuner#setConfiguration(RadioManager.BandConfig)}
267 * {@link RadioTuner#step(int, boolean)}, {@link RadioTuner#scan(int, boolean)},
268 * {@link RadioTuner#tune(int, int)} or when a switching to alternate frequency occurs.
297 * At this point, RadioTuner API
[all...]

Completed in 32 milliseconds