Home
last modified time | relevance | path

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

/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/
DSimpleSessionManagerTest.java47 assertThat(sessionManager.getSessionCount()).isEqualTo(0); in addSession()
49 assertThat(sessionManager.getSessionCount()).isEqualTo(1); in addSession()
56 assertThat(sessionManager.getSessionCount()).isEqualTo(1); in onRelease()
58 assertThat(sessionManager.getSessionCount()).isEqualTo(0); in onRelease()
65 assertThat(sessionManager.getSessionCount()).isEqualTo(1); in onRelease_withUnRegisteredSession()
67 assertThat(sessionManager.getSessionCount()).isEqualTo(1); in onRelease_withUnRegisteredSession()
DWrappedSessionTest.java54 assertThat(sessionManager.getSessionCount()).isEqualTo(1); in onRelease()
56 assertThat(sessionManager.getSessionCount()).isEqualTo(0); in onRelease()
/packages/apps/TV/common/src/com/android/tv/common/support/tis/
DSimpleSessionManager.java59 int getSessionCount() { in getSessionCount() method in SimpleSessionManager
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java1035 doReturn(0).when(mUwbSessionManager).getSessionCount(); in initSession_UwbSession_RemoteException()
1065 doReturn(0).when(mUwbSessionManager).getSessionCount(); in initSession_success()
1262 doReturn(0).when(mUwbSessionManager).getSessionCount(); in initSession_controleeList()
1628 doReturn(0).when(mUwbSessionManager).getSessionCount(); in setUpUwbSessionForExecution()
1719 doReturn(0).when(mUwbSessionManager).getSessionCount(); in setUpUwbSessionForExecutionWithSessionType()
1759 doReturn(0).when(mUwbSessionManager).getSessionCount(); in setUpCccUwbSessionForExecution()
1779 doReturn(0).when(mUwbSessionManager).getSessionCount(); in setUpAliroUwbSessionForExecution()
5344 assertThat(mUwbSessionManager.getSessionCount()).isEqualTo(0); in execDeInitSession_success()
5365 assertThat(mUwbSessionManager.getSessionCount()).isEqualTo(0); in execDeInitSession_failed()
5391 assertThat(mUwbSessionManager.getSessionCount()).isEqualTo(0); in execDeInitSession_multipleTimes()
[all …]
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/
DNativeUwbManager.java241 public byte getSessionCount(String chipId) { in getSessionCount() method in NativeUwbManager
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java1028 public int getSessionCount() { in getSessionCount() method in UwbSessionManager
3366 return getSessionCount() - 1; in getParallelSessionCount()
3368 return getSessionCount(); in getParallelSessionCount()