Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DPacsControllerSession.java295 case SESSION_START: in processMessage()
335 case SESSION_START: in processMessage()
452 case SESSION_START: in processMessage()
DPacsControleeSession.java316 case SESSION_START: in processMessage()
355 case SESSION_START: in processMessage()
484 case SESSION_START: in processMessage()
DRangingSessionController.java65 public static final int SESSION_START = 2; field in RangingSessionController
150 sendMessage(SESSION_START); in startSession()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/profile/
DPacsControllerSessionTest.java22 import static com.android.server.uwb.pm.RangingSessionController.SESSION_START;
173 mRangingSessionController.sendMessage(SESSION_START); in testAllStateTransitions()
DPacsControleeSessionTest.java24 import static com.android.server.uwb.pm.RangingSessionController.SESSION_START;
201 mRangingSessionController.sendMessage(SESSION_START); in testAllStateTransitions()