Home
last modified time | relevance | path

Searched refs:DEVICE_STATE_ERROR (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbUciConstants.java35 public static final byte DEVICE_STATE_ERROR = (byte) 0xFF; field in UwbUciConstants
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java367 case UwbUciConstants.DEVICE_STATE_ERROR: in getDeviceStateString()
400 if ((byte) deviceState == UwbUciConstants.DEVICE_STATE_ERROR) { in onDeviceStatusNotificationReceived()
1158 updateDeviceState(UwbUciConstants.DEVICE_STATE_ERROR, chipId); in initializeHw()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java1744 mUwbServiceCore.onDeviceStatusNotificationReceived(UwbUciConstants.DEVICE_STATE_ERROR, in testToggleOfOnDeviceStateErrorCallback_whenCountryCodeIsValid()
1790 mUwbServiceCore.onDeviceStatusNotificationReceived(UwbUciConstants.DEVICE_STATE_ERROR, in testToggleOfOnDeviceStateErrorCallback_whenCountryCodeIsInvalid_setCountryFailure()
1824 mUwbServiceCore.onDeviceStatusNotificationReceived(UwbUciConstants.DEVICE_STATE_ERROR, in testToggleOfOnDeviceStateErrorCallback_invalidChipId()