Home
last modified time | relevance | path

Searched defs:DEVICE_STATE_ACTIVE (Results 1 – 3 of 3) 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/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java94 public static final int DEVICE_STATE_ACTIVE = 1; field in AvrcpControllerService
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java117 public static final byte DEVICE_STATE_ACTIVE = 0x02; field in UwbManagerTest
2103 assertEquals(deviceStatusBundle.getDeviceState(), DEVICE_STATE_ACTIVE); in testOemCallbackExtension() local