Searched refs:setSessionState (Results 1 – 2 of 2) sorted by relevance
982 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
946 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()