Home
last modified time | relevance | path

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

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