Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionNotificationManagerTest.java442 mUwbSessionNotificationManager.onRangingStartFailedWithUciReasonCode( in testOnRangingStartFailedWithUciReasonCode()
DUwbSessionManagerTest.java3512 verify(mUwbSessionNotificationManager).onRangingStartFailedWithUciReasonCode( in execStartRanging_wrongSessionState()
3537 verify(mUwbSessionNotificationManager).onRangingStartFailedWithUciReasonCode( in execStartRanging_sessionStateIdle_reasonSessionKeyNotFound()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionNotificationManager.java180 public void onRangingStartFailedWithUciReasonCode(UwbSession uwbSession, int reasonCode) { in onRangingStartFailedWithUciReasonCode() method in UwbSessionNotificationManager
DUwbSessionManager.java2033 mSessionNotificationManager.onRangingStartFailedWithUciReasonCode( in handleStartRanging()