Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java2603 static final int SYSTEM_APP_SESSION_PRIORITY = 70; field in UwbSessionManager.UwbSession
2776 return SYSTEM_APP_SESSION_PRIORITY; in calculateSessionPriority()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java1207 UwbSession.SYSTEM_APP_SESSION_PRIORITY); in testCreateUwbSession_correctSessionPrioritiesSet()
1208 verify(mockFiraBuilder).setSessionPriority(UwbSession.SYSTEM_APP_SESSION_PRIORITY); in testCreateUwbSession_correctSessionPrioritiesSet()