Searched refs:AdfSelectedNotification (Results 1 – 3 of 3) sorted by relevance
105 public static class AdfSelectedNotification extends Notification { class in DispatchResponse109 private AdfSelectedNotification(@NonNull ObjectIdentifier adfOid) { in AdfSelectedNotification() method in DispatchResponse.AdfSelectedNotification294 notificationList.add(new AdfSelectedNotification(adfOid)); in parseNotification()
307 DispatchResponse.AdfSelectedNotification adfSelected = in handleDispatchResponseForSc()308 (DispatchResponse.AdfSelectedNotification) notification; in handleDispatchResponseForSc()
122 assertThat(((DispatchResponse.AdfSelectedNotification) in validResponseWithAdfSelectedNotification()