Home
last modified time | relevance | path

Searched refs:onRangeDataNotificationReceived (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/
DUwbServiceCore.java93 public void onRangeDataNotificationReceived(long sessionId, UwbRangingData rangeData) { in onRangeDataNotificationReceived() method in UwbServiceCore
95 mUwbServiceListener.onRangeDataNotificationReceived(sessionId, rangeData); in onRangeDataNotificationReceived()
DIUwbServiceListener.java40 void onRangeDataNotificationReceived(long sessionId, UwbRangingData rangingData); in onRangeDataNotificationReceived() method
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java343 mUwbSessionManager.onRangeDataNotificationReceived(uwbRangingData); in onRangeDataNotificationReceivedWithValidUwbSession_twoWay()
357 mUwbSessionManager.onRangeDataNotificationReceived(uwbRangingData); in onRangeDataNotificationReceivedWithInvalidSession_twoWay()
397 mUwbSessionManager.onRangeDataNotificationReceived(uwbRangingData); in onRangeDataNotificationReceived_owrAoa_success_extendedMacAddress()
444 mUwbSessionManager.onRangeDataNotificationReceived(uwbRangingData); in onRangeDataNotificationReceived_owrAoa_success_shortMacAddress()
508 mUwbSessionManager.onRangeDataNotificationReceived(uwbRangingData1); in onRangeDataNotificationReceived_owrAoa_success_multipleAdvertisers()
509 mUwbSessionManager.onRangeDataNotificationReceived(uwbRangingData2); in onRangeDataNotificationReceived_owrAoa_success_multipleAdvertisers()
557 mUwbSessionManager.onRangeDataNotificationReceived(uwbRangingData); in onRangeDataNotificationReceived_owrAoa_CheckPointedTarget_Failed()
584 mUwbSessionManager.onRangeDataNotificationReceived(uwbRangingData); in onRangeDataNotificationReceived_owrAoa_missingUwbSession()
608 mUwbSessionManager.onRangeDataNotificationReceived(uwbRangingData); in onRangeDataNotificationReceived_incorrectRangingMeasureType()
638 mUwbSessionManager.onRangeDataNotificationReceived(uwbRangingData); in onRangeDataNotificationReceived_owrAoa_incorrectRangingRoundUsage()
[all …]
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/
DINativeUwbManager.java36 void onRangeDataNotificationReceived(UwbRangingData rangingData); in onRangeDataNotificationReceived() method
DNativeUwbManager.java98 public void onRangeDataNotificationReceived(UwbRangingData rangeData) { in onRangeDataNotificationReceived() method in NativeUwbManager
100 mSessionListener.onRangeDataNotificationReceived(rangeData); in onRangeDataNotificationReceived()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java269 public void onRangeDataNotificationReceived(UwbRangingData rangingData) { in onRangeDataNotificationReceived() method in UwbSessionManager