Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/
DDispatchResponseTest.java145 DispatchResponse.SecureChannelEstablishedNotification eNotification = in validResponseWithSecureSessionEstablishedNotification()
146 (DispatchResponse.SecureChannelEstablishedNotification) in validResponseWithSecureSessionEstablishedNotification()
172 DispatchResponse.SecureChannelEstablishedNotification eNotification = in validResponseWithSecureSessionEstablishedNotificationAndValidSessionId()
173 (DispatchResponse.SecureChannelEstablishedNotification) in validResponseWithSecureSessionEstablishedNotificationAndValidSessionId()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DDispatchResponse.java119 public static class SecureChannelEstablishedNotification extends Notification { class in DispatchResponse
122 private SecureChannelEstablishedNotification(Optional<Integer> defaultSessionId) { in SecureChannelEstablishedNotification() method in DispatchResponse.SecureChannelEstablishedNotification
315 new SecureChannelEstablishedNotification(defaultSessionId)); in parseNotification()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DFiRaSecureChannel.java321 DispatchResponse.SecureChannelEstablishedNotification eNotification = in handleDispatchResponseForSc()
322 (DispatchResponse.SecureChannelEstablishedNotification) notification; in handleDispatchResponseForSc()