Home
last modified time | relevance | path

Searched refs:EventSessionLostInfo (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java267 private static class EventSessionLostInfo implements EventInfo { class in VcnGatewayConnection
270 EventSessionLostInfo(@NonNull Exception exception) { in EventSessionLostInfo() method in VcnGatewayConnection.EventSessionLostInfo
281 if (!(other instanceof EventSessionLostInfo)) { in equals()
285 final EventSessionLostInfo rhs = (EventSessionLostInfo) other; in equals()
1116 EVENT_SESSION_LOST, token, new EventSessionLostInfo(exception)); in sessionLostWithoutCallback()
/aosp12/frameworks/base/services/
H A Dart-profile42340 HPLcom/android/server/vcn/VcnGatewayConnection$EventSessionLostInfo;-><init>(Ljava/lang/Exception;)V