Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java2609 static final int DEFAULT_SESSION_PRIORITY = 50; field in UwbSessionManager.UwbSession
2735 if (firaParams.getSessionPriority() != DEFAULT_SESSION_PRIORITY) { in UwbSession()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java1193 UwbSession.DEFAULT_SESSION_PRIORITY); in testCreateUwbSession_correctSessionPrioritiesSet()