Searched refs:onProgramInfoChanged (Results 1 – 9 of 9) sorted by relevance
67 void onProgramInfoChanged(RadioManager.ProgramInfo info); in onProgramInfoChanged() method100 mProgramInfoCallback.onProgramInfoChanged(mCachedProgramInfo); in setProgramInfoCallback()130 public void onProgramInfoChanged(RadioManager.ProgramInfo info) { in onProgramInfoChanged() method in TunerCallbackAdapterExt140 mProgramInfoCallback.onProgramInfoChanged(info); in onProgramInfoChanged()143 mHandler.post(() -> mCallback.onProgramInfoChanged(info)); in onProgramInfoChanged()
81 cbExt.setProgramInfoCallback(this::onProgramInfoChanged); in RadioTunerExt()205 private void onProgramInfoChanged(RadioManager.ProgramInfo info) { in onProgramInfoChanged() method
259 verify(mCallback, timeout(kTuneCallbackTimeoutMs)).onProgramInfoChanged(any()); in testStep()265 verify(mCallback, timeout(kTuneCallbackTimeoutMs)).onProgramInfoChanged(any()); in testStep()277 verify(mCallback, timeout(kTuneCallbackTimeoutMs)).onProgramInfoChanged(any()); in testStepLoop()295 .onProgramInfoChanged(infoc.capture()); in testTuneAndGetPI()321 verify(mCallback, timeout(kTuneCallbackTimeoutMs)).onProgramInfoChanged(any()); in testLateCancel()341 verify(mCallback, atMost(1)).onProgramInfoChanged(any()); in testScanAndCancel()397 verify(mCallback, timeout(kTuneCallbackTimeoutMs)).onProgramInfoChanged(infoc.capture()); in testTuneFromProgramList()
537 void onProgramInfoChanged() { in onProgramInfoChanged() method in TimeShiftManager540 mListener.onProgramInfoChanged(); in onProgramInfoChanged()920 TimeShiftManager.this.onProgramInfoChanged(); in onAvailabilityChanged()1260 TimeShiftManager.this.onProgramInfoChanged(); in onPostExecute()1286 TimeShiftManager.this.onProgramInfoChanged(); in onPostExecute()1395 void onProgramInfoChanged(); in onProgramInfoChanged() method
540 public void onProgramInfoChanged(RadioManager.ProgramInfo info) {} in onProgramInfoChanged() method in RadioTuner.Callback
161 mCallback.onProgramInfoChanged(info); in onCurrentProgramInfoChanged()
406 public void onProgramInfoChanged(ProgramInfo info) {
357 public void onProgramInfoChanged() { in onBind()
4378 method public void onProgramInfoChanged(android.hardware.radio.RadioManager.ProgramInfo);