Home
last modified time | relevance | path

Searched refs:onReportReceived (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Uwb/framework/tests/src/android/uwb/
DRangingManagerTest.java203 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()
DRangingSessionTest.java183 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()
/packages/modules/Uwb/framework/java/android/uwb/
DRangingSession.java317 void onReportReceived(@NonNull RangingReport rangingReport); in onReportReceived() method
1083 executeCallback(() -> mCallback.onReportReceived(report)); in onRangingResult()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DRangingDevice.java379 public void onReportReceived(RangingReport rangingReport) { in convertCallback() method in RangingDevice
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/snippet/
DUwbManagerSnippet.java275 public void onReportReceived(RangingReport report) { in onReportReceived() method in UwbManagerSnippet.RangingSessionCallback
/packages/modules/Uwb/framework/api/
Dsystem-current.txt146 method public void onReportReceived(@NonNull android.uwb.RangingReport);
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java677 public void onReportReceived(@NonNull RangingReport rangingReport) { in onReportReceived() method in UwbManagerTest.RangingSessionCallback