Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionNotificationHelper.java38 case UwbUciConstants.REASON_MAX_RANGING_ROUND_RETRY_COUNT_REACHED: in convertUciReasonCodeToApiReasonCode()
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbUciConstants.java65 public static final int REASON_MAX_RANGING_ROUND_RETRY_COUNT_REACHED = 0x01; field in UwbUciConstants
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionNotificationManagerTest.java462 int reasonCode = UwbUciConstants.REASON_MAX_RANGING_ROUND_RETRY_COUNT_REACHED; in testOnRangingStoppedWithUciReasonCode_reasonMaxRRRetryReached()
DUwbSessionManagerTest.java943 UwbUciConstants.REASON_MAX_RANGING_ROUND_RETRY_COUNT_REACHED); in onSessionStatusNotificationReceived_max_retry()
949 eq(UwbUciConstants.REASON_MAX_RANGING_ROUND_RETRY_COUNT_REACHED)); in onSessionStatusNotificationReceived_max_retry()