Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/
DDispatchResponseTest.java56 assertThat(dispatchResponse.notifications.get(0).notificationEventId) in validResponseWithTransactionError()
120 assertThat(dispatchResponse.notifications.get(0).notificationEventId) in validResponseWithAdfSelectedNotification()
148 assertThat(eNotification.notificationEventId) in validResponseWithSecureSessionEstablishedNotification()
175 assertThat(eNotification.notificationEventId) in validResponseWithSecureSessionEstablishedNotificationAndValidSessionId()
199 assertThat(dispatchResponse.notifications.get(0).notificationEventId) in validResponseWithRdsAvailableNotification()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DDispatchResponse.java95 public final int notificationEventId; field in DispatchResponse.Notification
97 protected Notification(@NotificationEventId int notificationEventId) { in Notification() argument
98 this.notificationEventId = notificationEventId; in Notification()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DResponderSession.java71 switch (notification.notificationEventId) { in handleDispatchResponse()
78 + notification.notificationEventId); in handleDispatchResponse()
DControleeResponderSession.java80 switch (notification.notificationEventId) { in onDispatchResponseReceived()
88 + notification.notificationEventId); in onDispatchResponseReceived()
DControllerResponderSession.java59 switch (notification.notificationEventId) { in onDispatchResponseReceived()
71 + notification.notificationEventId); in onDispatchResponseReceived()
DControllerInitiatorSession.java149 switch (notification.notificationEventId) { in handleTunnelPutSessionDataResponse()
157 + notification.notificationEventId); in handleTunnelPutSessionDataResponse()
DControleeInitiatorSession.java126 switch (notification.notificationEventId) { in handleGetSessionDataResponse()
133 + notification.notificationEventId); in handleGetSessionDataResponse()
DFiRaSecureChannel.java304 switch (notification.notificationEventId) { in handleDispatchResponseForSc()
348 + notification.notificationEventId); in handleDispatchResponseForSc()
DInitiatorSession.java83 switch (notification.notificationEventId) { in handleDispatchResponse()