Home
last modified time | relevance | path

Searched refs:getParallelSessionCount (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbMetricsTest.java170 when(mUwbSession.getParallelSessionCount()).thenReturn(PARALLEL_SESSION_COUNT); in setUp()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbMetrics.java420 uwbSession.getAttributionSource(), uwbSession.getParallelSessionCount()); in logRangingInitEvent()
DUwbSessionManager.java3364 public int getParallelSessionCount() { in getParallelSessionCount() method in UwbSessionManager.UwbSession