Home
last modified time | relevance | path

Searched refs:REASON_ERROR_SESSION_KEY_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionNotificationHelper.java57 case UwbUciConstants.REASON_ERROR_SESSION_KEY_NOT_FOUND: in convertUciReasonCodeToApiReasonCode()
132 case UwbUciConstants.REASON_ERROR_SESSION_KEY_NOT_FOUND: in convertUciReasonCodeToUciStatusCode()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbUciConstants.java81 public static final int REASON_ERROR_SESSION_KEY_NOT_FOUND = 0x2A; field in UwbUciConstants
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionNotificationManagerTest.java441 int reasonCode = UwbUciConstants.REASON_ERROR_SESSION_KEY_NOT_FOUND; in testOnRangingStartFailedWithUciReasonCode()
DUwbSessionManagerTest.java3531 UwbUciConstants.REASON_ERROR_SESSION_KEY_NOT_FOUND); in execStartRanging_sessionStateIdle_reasonSessionKeyNotFound()
3538 eq(uwbSession), eq(UwbUciConstants.REASON_ERROR_SESSION_KEY_NOT_FOUND)); in execStartRanging_sessionStateIdle_reasonSessionKeyNotFound()