Lines Matching refs:RadioManager

35  * Obtain a RadioTuner interface by calling {@link RadioManager#openTuner(int,
36 * RadioManager.BandConfig, boolean, RadioTuner.Callback, Handler)}.
62 * <li>{@link RadioManager#STATUS_OK} in case of success, </li>
63 * <li>{@link RadioManager#STATUS_ERROR} in case of unspecified error, </li>
64 * <li>{@link RadioManager#STATUS_NO_INIT} if the native service cannot be reached, </li>
65 * <li>{@link RadioManager#STATUS_BAD_VALUE} if parameters are invalid, </li>
66 * <li>{@link RadioManager#STATUS_INVALID_OPERATION} if the call is out of sequence, </li>
67 * <li>{@link RadioManager#STATUS_DEAD_OBJECT} if the binder transaction to the native
71 public abstract int setConfiguration(RadioManager.BandConfig config);
78 * <li>{@link RadioManager#STATUS_OK} in case of success, </li>
79 * <li>{@link RadioManager#STATUS_ERROR} in case of unspecified error, </li>
80 * <li>{@link RadioManager#STATUS_NO_INIT} if the native service cannot be reached, </li>
81 * <li>{@link RadioManager#STATUS_BAD_VALUE} if parameters are invalid, </li>
82 * <li>{@link RadioManager#STATUS_INVALID_OPERATION} if the call is out of sequence, </li>
83 * <li>{@link RadioManager#STATUS_DEAD_OBJECT} if the binder transaction to the native
87 public abstract int getConfiguration(RadioManager.BandConfig[] config);
100 * <li>{@link RadioManager#STATUS_OK} in case of success, </li>
101 * <li>{@link RadioManager#STATUS_ERROR} in case of unspecified error, </li>
102 * <li>{@link RadioManager#STATUS_NO_INIT} if the native service cannot be reached, </li>
103 * <li>{@link RadioManager#STATUS_INVALID_OPERATION} if the call is out of sequence, </li>
104 * <li>{@link RadioManager#STATUS_DEAD_OBJECT} if the binder transaction to the native
128 * <li>{@link RadioManager#STATUS_OK} in case of success, </li>
129 * <li>{@link RadioManager#STATUS_ERROR} in case of unspecified error, </li>
130 * <li>{@link RadioManager#STATUS_NO_INIT} if the native service cannot be reached, </li>
131 * <li>{@link RadioManager#STATUS_BAD_VALUE} if parameters are invalid, </li>
132 * <li>{@link RadioManager#STATUS_INVALID_OPERATION} if the call is out of sequence, </li>
133 * <li>{@link RadioManager#STATUS_DEAD_OBJECT} if the binder transaction to the native
149 * <li>{@link RadioManager#STATUS_OK} in case of success, </li>
150 * <li>{@link RadioManager#STATUS_ERROR} in case of unspecified error, </li>
151 * <li>{@link RadioManager#STATUS_NO_INIT} if the native service cannot be reached, </li>
152 * <li>{@link RadioManager#STATUS_BAD_VALUE} if parameters are invalid, </li>
153 * <li>{@link RadioManager#STATUS_INVALID_OPERATION} if the call is out of sequence, </li>
154 * <li>{@link RadioManager#STATUS_DEAD_OBJECT} if the binder transaction to the native
170 * <li>{@link RadioManager#STATUS_OK} in case of success, </li>
171 * <li>{@link RadioManager#STATUS_ERROR} in case of unspecified error, </li>
172 * <li>{@link RadioManager#STATUS_NO_INIT} if the native service cannot be reached, </li>
173 * <li>{@link RadioManager#STATUS_BAD_VALUE} if parameters are invalid, </li>
174 * <li>{@link RadioManager#STATUS_INVALID_OPERATION} if the call is out of sequence, </li>
175 * <li>{@link RadioManager#STATUS_DEAD_OBJECT} if the binder transaction to the native
187 * <li>{@link RadioManager#STATUS_OK} in case of success, </li>
188 * <li>{@link RadioManager#STATUS_ERROR} in case of unspecified error, </li>
189 * <li>{@link RadioManager#STATUS_NO_INIT} if the native service cannot be reached, </li>
190 * <li>{@link RadioManager#STATUS_BAD_VALUE} if parameters are invalid, </li>
191 * <li>{@link RadioManager#STATUS_INVALID_OPERATION} if the call is out of sequence, </li>
192 * <li>{@link RadioManager#STATUS_DEAD_OBJECT} if the binder transaction to the native
203 * <li>{@link RadioManager#STATUS_OK} in case of success, </li>
204 * <li>{@link RadioManager#STATUS_ERROR} in case of unspecified error, </li>
205 * <li>{@link RadioManager#STATUS_NO_INIT} if the native service cannot be reached, </li>
206 * <li>{@link RadioManager#STATUS_BAD_VALUE} if parameters are invalid, </li>
207 * <li>{@link RadioManager#STATUS_INVALID_OPERATION} if the call is out of sequence, </li>
208 * <li>{@link RadioManager#STATUS_DEAD_OBJECT} if the binder transaction to the native
212 public abstract int getProgramInformation(RadioManager.ProgramInfo[] info);
226 public abstract @NonNull List<RadioManager.ProgramInfo> getProgramList(@Nullable String filter);
238 * {@link RadioManager#openTuner(int,
239 * RadioManager.BandConfig, boolean, Callback, Handler)}
278 * {@link RadioManager#openTuner(int, RadioManager.BandConfig, boolean, Callback, Handler)}
279 * or {@link RadioTuner#setConfiguration(RadioManager.BandConfig)}
281 public void onConfigurationChanged(RadioManager.BandConfig config) {}
289 public void onProgramInfoChanged(RadioManager.ProgramInfo info) {}
292 * Meta data are also received in {@link RadioManager.ProgramInfo} when
293 * {@link #onProgramInfoChanged(RadioManager.ProgramInfo)} is called.
311 * {@link RadioManager#openTuner(int, RadioManager.BandConfig, boolean, Callback, Handler)}.
315 * {@link RadioManager#STATUS_INVALID_OPERATION}.