Searched refs:onProgramInfoChanged (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DRadioTuner.java118 * 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) {} method in class:RadioTuner.Callback
382 * @deprecated Use {@link #onProgramInfoChanged(RadioManager.ProgramInfo)} instead.
H A DTunerCallbackAdapter.java61 mCallback.onProgramInfoChanged(info);
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
H A DRadioTunerTest.java268 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());

Completed in 579 milliseconds