Searched refs:EventSessionLostInfo (Results 1 – 1 of 1) sorted by relevance
291 private static class EventSessionLostInfo implements EventInfo { class in VcnGatewayConnection294 EventSessionLostInfo(@NonNull Exception exception) { in EventSessionLostInfo() method in VcnGatewayConnection.EventSessionLostInfo305 if (!(other instanceof EventSessionLostInfo)) { in equals()309 final EventSessionLostInfo rhs = (EventSessionLostInfo) other; in equals()1284 EVENT_SESSION_LOST, token, new EventSessionLostInfo(exception)); in sessionLostWithoutCallback()