Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DSecureFactory.java43 @NonNull RunningProfileSessionInfo runningProfileSessionInfo, in makeInitiatorSecureSession() argument
50 secureElementChannel, transport, workLooper, runningProfileSessionInfo); in makeInitiatorSecureSession()
56 runningProfileSessionInfo); in makeInitiatorSecureSession()
62 runningProfileSessionInfo); in makeInitiatorSecureSession()
74 @NonNull RunningProfileSessionInfo runningProfileSessionInfo, in makeResponderSecureSession() argument
81 secureElementChannel, transport, workLooper, runningProfileSessionInfo); in makeResponderSecureSession()
87 runningProfileSessionInfo); in makeResponderSecureSession()
93 runningProfileSessionInfo); in makeResponderSecureSession()
DResponderSession.java42 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ResponderSession() argument
43 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in ResponderSession()
DSecureSession.java106 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in SecureSession() argument
110 mRunningProfileSessionInfo = runningProfileSessionInfo; in SecureSession()
DResponderSecureChannel.java43 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ResponderSecureChannel() argument
44 super(secureElementChannel, transport, workLooper, runningProfileSessionInfo); in ResponderSecureChannel()
DControleeResponderSession.java48 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ControleeResponderSession() argument
49 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in ControleeResponderSession()
DInitiatorSession.java54 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in InitiatorSession() argument
55 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in InitiatorSession()
DInitiatorSecureChannel.java46 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in InitiatorSecureChannel() argument
47 super(secureElementChannel, transport, workLooper, runningProfileSessionInfo); in InitiatorSecureChannel()
DControllerResponderSession.java49 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ControllerResponderSession() argument
50 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in ControllerResponderSession()
DControllerInitiatorSession.java49 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ControllerInitiatorSession() argument
50 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in ControllerInitiatorSession()
DControleeInitiatorSession.java52 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in ControleeInitiatorSession() argument
53 super(workLooper, fiRaSecureChannel, sessionCallback, runningProfileSessionInfo); in ControleeInitiatorSession()
DFiRaSecureChannel.java109 @NonNull RunningProfileSessionInfo runningProfileSessionInfo) { in FiRaSecureChannel() argument
119 this.mRunningProfileSessionInfo = runningProfileSessionInfo; in FiRaSecureChannel()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/
DInitiatorSecureChannelTest.java91 private void doInit(RunningProfileSessionInfo runningProfileSessionInfo) { in doInit() argument
95 runningProfileSessionInfo); in doInit()
112 private void doOpenChannel(RunningProfileSessionInfo runningProfileSessionInfo) { in doOpenChannel() argument
113 doInit(runningProfileSessionInfo); in doOpenChannel()
121 RunningProfileSessionInfo runningProfileSessionInfo = in openChannelGeneralSuccess() local
125 doOpenChannel(runningProfileSessionInfo); in openChannelGeneralSuccess()
150 RunningProfileSessionInfo runningProfileSessionInfo = in openChannelSwapInAdfSuccess() local
156 doInit(runningProfileSessionInfo); in openChannelSwapInAdfSuccess()
173 RunningProfileSessionInfo runningProfileSessionInfo = in openChannelSwapInAdfFailed() local
179 doInit(runningProfileSessionInfo); in openChannelSwapInAdfFailed()
[all …]
DResponderSecureChannelTest.java80 private void doInit(RunningProfileSessionInfo runningProfileSessionInfo) { in doInit() argument
84 runningProfileSessionInfo); in doInit()
103 RunningProfileSessionInfo runningProfileSessionInfo = in openChannelSuccess() local
107 doInit(runningProfileSessionInfo); in openChannelSuccess()
123 RunningProfileSessionInfo runningProfileSessionInfo = in remoteSelectAdfWithMatchedAdfOid() local
127 doInit(runningProfileSessionInfo); in remoteSelectAdfWithMatchedAdfOid()
152 RunningProfileSessionInfo runningProfileSessionInfo = in remoteSelectAdfWithMismatchedAdfOid() local
156 doInit(runningProfileSessionInfo); in remoteSelectAdfWithMismatchedAdfOid()
221 RunningProfileSessionInfo runningProfileSessionInfo = in openChannelSwapInAdfFailed() local
227 doInit(runningProfileSessionInfo); in openChannelSwapInAdfFailed()
DControleeResponderSessionTest.java67 private void doInit(RunningProfileSessionInfo runningProfileSessionInfo) { in doInit() argument
71 runningProfileSessionInfo); in doInit()
94 RunningProfileSessionInfo runningProfileSessionInfo = in onSessionEstablishedPutControleeInfoFail() local
99 doInit(runningProfileSessionInfo); in onSessionEstablishedPutControleeInfoFail()
DControllerResponderSessionTest.java67 RunningProfileSessionInfo runningProfileSessionInfo = in setup() local
72 runningProfileSessionInfo); in setup()
DControllerInitiatorSessionTest.java67 RunningProfileSessionInfo runningProfileSessionInfo = in setup() local
73 runningProfileSessionInfo); in setup()
DControleeInitiatorSessionTest.java71 RunningProfileSessionInfo runningProfileSessionInfo = in setup() local
78 runningProfileSessionInfo); in setup()