Home
last modified time | relevance | path

Searched refs:setSessionState (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java982 uwbSession.setSessionState(UwbUciConstants.UWB_SESSION_STATE_IDLE); in stopAllRanging()
1016 uwbSession.setSessionState(state); in setCurrentSessionState()
3303 public void setSessionState(int state) { in setSessionState() method in UwbSessionManager.UwbSession
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java946 verify(mockUwbSession).setSessionState(eq(UwbUciConstants.UWB_SESSION_STATE_IDLE)); in onSessionStatusNotificationReceived_max_retry()
966 verify(mockUwbSession).setSessionState(eq(UwbUciConstants.UWB_SESSION_STATE_IDLE)); in onSessionStatusNotificationReceived_session_mgmt_cmds()
1564 verify(mockUwbSession1, never()).setSessionState(anyInt()); in stopAllRanging()
1565 verify(mockUwbSession2).setSessionState(eq(UwbUciConstants.UWB_SESSION_STATE_IDLE)); in stopAllRanging()
1577 verify(mockUwbSession).setSessionState(eq(UwbUciConstants.UWB_SESSION_STATE_ACTIVE)); in setCurrentSessionState()