Searched refs:EventSessionLostInfo (Results 1 – 2 of 2) sorted by relevance
266 private static class EventSessionLostInfo implements EventInfo { class in VcnGatewayConnection269 EventSessionLostInfo(@NonNull Exception exception) { in EventSessionLostInfo() method in VcnGatewayConnection.EventSessionLostInfo280 if (!(other instanceof EventSessionLostInfo)) { in equals()284 final EventSessionLostInfo rhs = (EventSessionLostInfo) other; in equals()1104 EVENT_SESSION_LOST, token, new EventSessionLostInfo(exception)); in sessionLostWithoutCallback()
42340 HPLcom/android/server/vcn/VcnGatewayConnection$EventSessionLostInfo;-><init>(Ljava/lang/Exception;)V