Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java1019 doReturn(MAX_CCC_SESSION_NUM).when(mUwbSessionManager).getCccSessionCount(); in initCccSession_maxSessionsExceeded()
1037 doReturn(0L).when(mUwbSessionManager).getCccSessionCount(); in initSession_UwbSession_RemoteException()
1067 doReturn(0L).when(mUwbSessionManager).getCccSessionCount(); in initSession_success()
1263 doReturn(0L).when(mUwbSessionManager).getCccSessionCount(); in initSession_controleeList()
1760 doReturn(0L).when(mUwbSessionManager).getCccSessionCount(); in setUpCccUwbSessionForExecution()
5346 assertThat(mUwbSessionManager.getCccSessionCount()).isEqualTo(0L); in execDeInitSession_success()
5367 assertThat(mUwbSessionManager.getCccSessionCount()).isEqualTo(0L); in execDeInitSession_failed()
5393 assertThat(mUwbSessionManager.getCccSessionCount()).isEqualTo(0L); in execDeInitSession_multipleTimes()
5426 assertThat(mUwbSessionManager.getCccSessionCount()).isEqualTo(0L); in deinitAllSession()
5448 assertThat(mUwbSessionManager.getCccSessionCount()).isEqualTo(0L); in onSessionStatusNotification_session_deinit()
[all …]
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java672 && getCccSessionCount() >= getMaxCccSessionsNumber(chipId)) { in initSession()
1036 public long getCccSessionCount() { in getCccSessionCount() method in UwbSessionManager
3609 + "/" + getCccSessionCount() in binderDied()