Searched defs:DEVICE_STATE_ACTIVE (Results 1 – 3 of 3) sorted by relevance
34 public static final byte DEVICE_STATE_ACTIVE = 0x02; field in UwbUciConstants
94 public static final int DEVICE_STATE_ACTIVE = 1; field in AvrcpControllerService
117 public static final byte DEVICE_STATE_ACTIVE = 0x02; field in UwbManagerTest2103 assertEquals(deviceStatusBundle.getDeviceState(), DEVICE_STATE_ACTIVE); in testOemCallbackExtension() local