Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java157 public static final int SESSION_STOP_RANGING = 3; field in UwbSessionManager
533 || (uwbSession.getOperationType() == SESSION_STOP_RANGING in onSessionStatusNotificationReceived()
831 mEventTask.execute(SESSION_STOP_RANGING, uwbSession, triggeredBySystemPolicy ? 1 : 0); in stopRangingInternal()
1795 case SESSION_STOP_RANGING: { in handleMessage()
2063 uwbSession.setOperationType(SESSION_STOP_RANGING); in handleStopRanging()