Home
last modified time | relevance | path

Searched refs:onRangingStoppedWithUciReasonCode (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionNotificationManagerTest.java454 mUwbSessionNotificationManager.onRangingStoppedWithUciReasonCode(mUwbSession, reasonCode); in testOnRangingStoppedWithUciReasonCode_reasonLocalApi()
463 mUwbSessionNotificationManager.onRangingStoppedWithUciReasonCode(mUwbSession, reasonCode); in testOnRangingStoppedWithUciReasonCode_reasonMaxRRRetryReached()
473 mUwbSessionNotificationManager.onRangingStoppedWithUciReasonCode(mUwbSession, reasonCode); in testOnRangingStoppedWithUciReasonCode_reasonRemoteRequest()
496 mUwbSessionNotificationManager.onRangingStoppedWithUciReasonCode(mUwbSession, in testOnRangingStoppedWithUciReasonCode_reasonBadParameters()
507 mUwbSessionNotificationManager.onRangingStoppedWithUciReasonCode(mUwbSession, reasonCode); in testOnRangingStoppedWithUciReasonCode_reasonSystemRegulation()
DUwbSessionManagerTest.java947 verify(mUwbSessionNotificationManager).onRangingStoppedWithUciReasonCode( in onSessionStatusNotificationReceived_max_retry()
967 verify(mUwbSessionNotificationManager, never()).onRangingStoppedWithUciReasonCode( in onSessionStatusNotificationReceived_session_mgmt_cmds()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionNotificationManager.java212 public void onRangingStoppedWithUciReasonCode(UwbSession uwbSession, int reasonCode) { in onRangingStoppedWithUciReasonCode() method in UwbSessionNotificationManager
DUwbSessionManager.java552 mSessionNotificationManager.onRangingStoppedWithUciReasonCode( in onSessionStatusNotificationReceived()