Searched refs:defaultSessionId (Results 1 – 3 of 3) sorted by relevance
120 public final Optional<Integer> defaultSessionId; field in DispatchResponse.SecureChannelEstablishedNotification122 private SecureChannelEstablishedNotification(Optional<Integer> defaultSessionId) { in SecureChannelEstablishedNotification() argument125 this.defaultSessionId = defaultSessionId; in SecureChannelEstablishedNotification()298 Optional<Integer> defaultSessionId = Optional.empty(); in parseNotification() local310 defaultSessionId = Optional.of( in parseNotification()315 new SecureChannelEstablishedNotification(defaultSessionId)); in parseNotification()
324 + eNotification.defaultSessionId); in handleDispatchResponseForSc()325 Optional<Integer> defaultSessionId = Optional.empty(); in handleDispatchResponseForSc() local326 if (eNotification.defaultSessionId.isEmpty()) { in handleDispatchResponseForSc()327 defaultSessionId = readDefaultSessionId(); in handleDispatchResponseForSc()329 mSecureChannelCallback.onEstablished(defaultSessionId); in handleDispatchResponseForSc()
150 assertThat(eNotification.defaultSessionId.isEmpty()).isTrue(); in validResponseWithSecureSessionEstablishedNotification()177 assertThat(eNotification.defaultSessionId.get()).isEqualTo(1); in validResponseWithSecureSessionEstablishedNotificationAndValidSessionId()