Searched refs:EventIkeConnectionInfoChangedInfo (Results 1 – 1 of 1) sorted by relevance
538 private static class EventIkeConnectionInfoChangedInfo implements EventInfo { class in VcnGatewayConnection541 EventIkeConnectionInfoChangedInfo(@NonNull IkeSessionConnectionInfo ikeConnectionInfo) { in EventIkeConnectionInfoChangedInfo() method in VcnGatewayConnection.EventIkeConnectionInfoChangedInfo552 if (!(other instanceof EventIkeConnectionInfoChangedInfo)) { in equals()556 final EventIkeConnectionInfoChangedInfo rhs = (EventIkeConnectionInfoChangedInfo) other; in equals()1358 new EventIkeConnectionInfoChangedInfo(ikeConnectionInfo)); in ikeConnectionInfoChanged()2057 ((EventIkeConnectionInfoChangedInfo) msg.obj).ikeConnectionInfo; in processStateMsg()