HomeSort by relevance Sort by last modified time
    Searched refs:onProgramInfoChanged (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/hardware/radio/
RadioTuner.java 118 * onProgramInfoChanged() will be called when step completes or
139 * onProgramInfoChanged() will be called when scan completes or
160 * onProgramInfoChanged() will be called when tune completes or
183 * The operation is asynchronous and {@link Callback} onProgramInfoChanged() will be called
245 * be sent with a {@link onProgramInfoChanged} callback.
377 public void onProgramInfoChanged(RadioManager.ProgramInfo info) {}
382 * @deprecated Use {@link #onProgramInfoChanged(RadioManager.ProgramInfo)} instead.
TunerCallbackAdapter.java 61 mCallback.onProgramInfoChanged(info);
  /frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
RadioTunerTest.java 268 verify(mCallback, timeout(kTuneCallbackTimeoutMs)).onProgramInfoChanged(any());
274 verify(mCallback, timeout(kTuneCallbackTimeoutMs)).onProgramInfoChanged(any());
286 verify(mCallback, timeout(kTuneCallbackTimeoutMs)).onProgramInfoChanged(any());
304 .onProgramInfoChanged(infoc.capture());
330 verify(mCallback, timeout(kTuneCallbackTimeoutMs)).onProgramInfoChanged(any());
350 verify(mCallback, atMost(1)).onProgramInfoChanged(any());
406 verify(mCallback, timeout(kTuneCallbackTimeoutMs)).onProgramInfoChanged(infoc.capture());
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioBackgroundScanner.java 127 public void onProgramInfoChanged(RadioManager.ProgramInfo info) {
129 Log.v(TAG, "onProgramInfoChanged(); info: " + info);
RadioService.java 296 // for onProgramInfoChanged(). As a result, manually retrieve the information for the
741 public void onProgramInfoChanged(RadioManager.ProgramInfo info) {
743 Log.d(TAG, "onProgramInfoChanged(); info: " + info);
752 Log.d(TAG, "onProgramInfoChanged(); info channel: " + mCurrentRadioChannel);
763 Log.e(TAG, "onProgramInfoChanged(); "
  /packages/apps/TV/src/com/android/tv/
TimeShiftManager.java 533 void onProgramInfoChanged() {
536 mListener.onProgramInfoChanged();
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRowView.java 339 public void onProgramInfoChanged() {
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/radio/
RadioTestFragment.java 101 public void onProgramInfoChanged(RadioManager.ProgramInfo info) {
  /prebuilts/sdk/system_current/
android.jar 

Completed in 147 milliseconds