Home
last modified time | relevance | path

Searched refs:REASON_ERROR_SUB_SESSION_KEY_NOT_FOUND (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionNotificationHelper.java58 case UwbUciConstants.REASON_ERROR_SUB_SESSION_KEY_NOT_FOUND: in convertUciReasonCodeToApiReasonCode()
133 case UwbUciConstants.REASON_ERROR_SUB_SESSION_KEY_NOT_FOUND: in convertUciReasonCodeToUciStatusCode()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbUciConstants.java82 public static final int REASON_ERROR_SUB_SESSION_KEY_NOT_FOUND = 0x2B; field in UwbUciConstants