Searched refs:highPrioUwbSession (Results 1 – 1 of 1) sorted by relevance
1131 UwbSession highPrioUwbSession = spy( in initSessionMaxSessions_lowestPrioritySessionReplaced() local1135 doReturn(mockBinder).when(highPrioUwbSession).getBinder(); in initSessionMaxSessions_lowestPrioritySessionReplaced()1136 doReturn(mock(WaitObj.class)).when(highPrioUwbSession).getWaitObj(); in initSessionMaxSessions_lowestPrioritySessionReplaced()1138 UwbUciConstants.UWB_SESSION_STATE_IDLE).when(highPrioUwbSession).getSessionState(); in initSessionMaxSessions_lowestPrioritySessionReplaced()1139 doReturn(highPrioUwbSession).when(mUwbSessionManager).createUwbSession(any(), any(), in initSessionMaxSessions_lowestPrioritySessionReplaced()1154 verify(mUwbSessionNotificationManager).onRangingOpened(highPrioUwbSession); in initSessionMaxSessions_lowestPrioritySessionReplaced()1157 highPrioUwbSession); in initSessionMaxSessions_lowestPrioritySessionReplaced()