Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DRunningProfileSessionInfo.java49 public final Optional<Integer> sharedPrimarySessionId; field in RunningProfileSessionInfo
62 Optional<Integer> sharedPrimarySessionId, in RunningProfileSessionInfo() argument
69 this.sharedPrimarySessionId = sharedPrimarySessionId; in RunningProfileSessionInfo()
109 int sharedPrimarySessionId, in setSharedPrimarySessionIdAndSessionKeyInfo() argument
111 this.mSharedPrimarySessionId = Optional.of(sharedPrimarySessionId); in setSharedPrimarySessionIdAndSessionKeyInfo()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DInitiatorSecureChannel.java85 Optional<Integer> uwbSessionId = mRunningProfileSessionInfo.sharedPrimarySessionId; in handleScMessage()
DControllerResponderSession.java121 mRunningProfileSessionInfo.sharedPrimarySessionId, in generateAndPutSessionDataToApplet()
DControllerInitiatorSession.java117 mRunningProfileSessionInfo.sharedPrimarySessionId, in handleTunnelGetControleeInfoResponse()