Searched defs:RadioTuner (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/java/android/hardware/radio/ |
H A D | RadioTuner.java | 29 * 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 497 * Callback provided by the client application when opening a {@link RadioTuner} 525 * or {@link RadioTuner#setConfiguration(RadioManager.BandConfig)} 535 * It happens either upon successful completion of {@link RadioTuner#step(int, boolean)}, 536 * {@link RadioTuner#scan(int, boolean)}, {@link RadioTuner#tune(int, int)}; when 567 * At this point, RadioTuner API [all...] |
Completed in 8 milliseconds