Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbUciConstants.java84 public static final int REASON_REGULATION_UWB_OFF = field in UwbUciConstants
85 UwbVendorReasonCodes.REASON_REGULATION_UWB_OFF;
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionNotificationHelper.java61 case UwbUciConstants.REASON_REGULATION_UWB_OFF: in convertUciReasonCodeToApiReasonCode()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionNotificationManagerTest.java506 int reasonCode = UwbUciConstants.REASON_REGULATION_UWB_OFF; in testOnRangingStoppedWithUciReasonCode_reasonSystemRegulation()