Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java942 UwbUciConstants.UWB_SESSION_STATE_IDLE, in onSessionStatusNotificationReceived_max_retry()
946 verify(mockUwbSession).setSessionState(eq(UwbUciConstants.UWB_SESSION_STATE_IDLE)); in onSessionStatusNotificationReceived_max_retry()
962 UwbUciConstants.UWB_SESSION_STATE_IDLE, in onSessionStatusNotificationReceived_session_mgmt_cmds()
966 verify(mockUwbSession).setSessionState(eq(UwbUciConstants.UWB_SESSION_STATE_IDLE)); in onSessionStatusNotificationReceived_session_mgmt_cmds()
1119 UwbUciConstants.UWB_SESSION_STATE_IDLE).when(lowPrioUwbSession).getSessionState(); in initSessionMaxSessions_lowestPrioritySessionReplaced()
1138 UwbUciConstants.UWB_SESSION_STATE_IDLE).when(highPrioUwbSession).getSessionState(); in initSessionMaxSessions_lowestPrioritySessionReplaced()
1167 doReturn(UwbUciConstants.UWB_SESSION_STATE_IDLE) in testNeedsAppConfigUpdate_setAppConfigCalledOnStartRanging()
1310 doReturn(UwbUciConstants.UWB_SESSION_STATE_IDLE) in startRanging_notExistedSession()
1325 doReturn(UwbUciConstants.UWB_SESSION_STATE_IDLE) in startRanging_currentSessionStateIdle()
1436 doReturn(UwbUciConstants.UWB_SESSION_STATE_IDLE) in stopRanging_currentSessionStateIdle()
[all …]
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java532 && state == UwbUciConstants.UWB_SESSION_STATE_IDLE) in onSessionStatusNotificationReceived()
534 && state == UwbUciConstants.UWB_SESSION_STATE_IDLE in onSessionStatusNotificationReceived()
547 case UwbUciConstants.UWB_SESSION_STATE_IDLE: in onSessionStatusNotificationReceived()
556 } else if (prevState == UwbUciConstants.UWB_SESSION_STATE_IDLE) { in onSessionStatusNotificationReceived()
782 if (currentSessionState == UwbUciConstants.UWB_SESSION_STATE_IDLE) { in startRanging()
832 } else if (currentSessionState == UwbUciConstants.UWB_SESSION_STATE_IDLE) { in stopRangingInternal()
982 uwbSession.setSessionState(UwbUciConstants.UWB_SESSION_STATE_IDLE); in stopAllRanging()
1914 == UwbUciConstants.UWB_SESSION_STATE_IDLE) { in handleOpenRanging()
2068 == UwbUciConstants.UWB_SESSION_STATE_IDLE) { in handleStopRanging()
2077 == UwbUciConstants.UWB_SESSION_STATE_IDLE) { in handleStopRanging()
DUwbSessionNotificationHelper.java191 case UwbUciConstants.UWB_SESSION_STATE_IDLE: in getSessionStateString()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbUciConstants.java57 public static final int UWB_SESSION_STATE_IDLE = 0x03; field in UwbUciConstants
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java114 public static final int UWB_SESSION_STATE_IDLE = 0x03; field in UwbManagerTest
1913 assertEquals(sessionStatusBundle.getState(), UWB_SESSION_STATE_IDLE); in testOemCallbackExtension() local