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