Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java1131 UwbSession highPrioUwbSession = spy( in initSessionMaxSessions_lowestPrioritySessionReplaced() local
1135 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()