Searched refs:onReportReceived (Results 1 – 7 of 7) sorted by relevance
203 verify(callback, times(1)).onReportReceived(eq(report)); in testCorrectCallbackInvoked()331 verify(callback, never()).onReportReceived(eq(report)); in testNoCallbackInvoked_sessionClosed()494 verify(callback1, times(1)).onReportReceived(any()); in testOnRangingReport_MultipleSessionsRegistered()495 verify(callback2, times(0)).onReportReceived(any()); in testOnRangingReport_MultipleSessionsRegistered()498 verify(callback1, times(1)).onReportReceived(any()); in testOnRangingReport_MultipleSessionsRegistered()499 verify(callback2, times(1)).onReportReceived(any()); in testOnRangingReport_MultipleSessionsRegistered()
183 verify(callback, times(1)).onReportReceived(eq(report)); in testOnRangingResult_OnReportReceivedCalled()491 verify(callback, times(1)).onReportReceived(report); in testOnRangingResult_OnReportReceivedCalledWhenOpen()506 verify(callback, times(0)).onReportReceived(report); in testOnRangingResult_OnReportReceivedNotCalledWhenNotOpen()
317 void onReportReceived(@NonNull RangingReport rangingReport); in onReportReceived() method1083 executeCallback(() -> mCallback.onReportReceived(report)); in onRangingResult()
379 public void onReportReceived(RangingReport rangingReport) { in convertCallback() method in RangingDevice
275 public void onReportReceived(RangingReport report) { in onReportReceived() method in UwbManagerSnippet.RangingSessionCallback
146 method public void onReportReceived(@NonNull android.uwb.RangingReport);
677 public void onReportReceived(@NonNull RangingReport rangingReport) { in onReportReceived() method in UwbManagerTest.RangingSessionCallback