Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java1111 UwbSession lowPrioUwbSession = spy( in initSessionMaxSessions_lowestPrioritySessionReplaced() local
1115 doReturn(lowPrioUwbSession).when(mUwbSessionManager).createUwbSession(any(), any(), in initSessionMaxSessions_lowestPrioritySessionReplaced()
1119 UwbUciConstants.UWB_SESSION_STATE_IDLE).when(lowPrioUwbSession).getSessionState(); in initSessionMaxSessions_lowestPrioritySessionReplaced()
1120 doReturn(mock(WaitObj.class)).when(lowPrioUwbSession).getWaitObj(); in initSessionMaxSessions_lowestPrioritySessionReplaced()
1121 doReturn(mockBinder).when(lowPrioUwbSession).getBinder(); in initSessionMaxSessions_lowestPrioritySessionReplaced()
1127 assertThat(mUwbSessionManager.getUwbSession(TEST_SESSION_ID)).isEqualTo(lowPrioUwbSession); in initSessionMaxSessions_lowestPrioritySessionReplaced()
1151 verify(mUwbSessionNotificationManager).onRangingOpened(lowPrioUwbSession); in initSessionMaxSessions_lowestPrioritySessionReplaced()
1152 verify(mUwbSessionNotificationManager).onRangingClosed(lowPrioUwbSession, in initSessionMaxSessions_lowestPrioritySessionReplaced()