Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbUciConstants.java34 public static final byte DEVICE_STATE_ACTIVE = 0x02; field in UwbUciConstants
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1511 mUwbServiceCore.onDeviceStatusNotificationReceived(UwbUciConstants.DEVICE_STATE_ACTIVE, in testGetAdapterState_multichip()
1522 mUwbServiceCore.onDeviceStatusNotificationReceived(UwbUciConstants.DEVICE_STATE_ACTIVE, in testGetAdapterState_multichip()
1661 mUwbServiceCore.onDeviceStatusNotificationReceived(UwbUciConstants.DEVICE_STATE_ACTIVE, in testDeviceStateCallback()
1692 mUwbServiceCore.onDeviceStatusNotificationReceived(UwbUciConstants.DEVICE_STATE_ACTIVE, in testMultipleDeviceStateCallbacks()
1715 mUwbServiceCore.onDeviceStatusNotificationReceived(UwbUciConstants.DEVICE_STATE_ACTIVE, in testDeviceStateCallback_invalidChipId()
1886 UwbUciConstants.DEVICE_STATE_ACTIVE, TEST_CHIP_ONE_CHIP_ID); in testDeviceStateCallback_exeception()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java97 public static final int DEVICE_STATE_ACTIVE = 1; field in AvrcpControllerService
240 stateMachine.setDeviceState(DEVICE_STATE_ACTIVE); in setActiveDevice()
DAvrcpControllerStateMachine.java475 if (state == AvrcpControllerService.DEVICE_STATE_ACTIVE) { in processMessage()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java364 case UwbUciConstants.DEVICE_STATE_ACTIVE: in getDeviceStateString()
472 } else if (deviceState == UwbUciConstants.DEVICE_STATE_ACTIVE) { in getAdapterStateFromDeviceState()
484 } else if (deviceState == UwbUciConstants.DEVICE_STATE_ACTIVE) { in getReasonFromDeviceState()
DUwbSessionManager.java885 .filter(v -> v.getSessionState() == UwbUciConstants.DEVICE_STATE_ACTIVE) in getActiveSessionCount()
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java115 public static final byte DEVICE_STATE_ACTIVE = 0x02; field in UwbManagerTest
1934 assertEquals(deviceStatusBundle.getDeviceState(), DEVICE_STATE_ACTIVE); in testOemCallbackExtension() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java186 mAvrcpStateMachine.setDeviceState(AvrcpControllerService.DEVICE_STATE_ACTIVE); in setActiveDevice()