Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java291 private static class EventSessionLostInfo implements EventInfo { class in VcnGatewayConnection
294 EventSessionLostInfo(@NonNull Exception exception) { in EventSessionLostInfo() method in VcnGatewayConnection.EventSessionLostInfo
305 if (!(other instanceof EventSessionLostInfo)) { in equals()
309 final EventSessionLostInfo rhs = (EventSessionLostInfo) other; in equals()
1284 EVENT_SESSION_LOST, token, new EventSessionLostInfo(exception)); in sessionLostWithoutCallback()