Searched refs:EventDataStallSuspectedInfo (Results 1 – 1 of 1) sorted by relevance
571 private static class EventDataStallSuspectedInfo implements EventInfo { class in VcnGatewayConnection574 EventDataStallSuspectedInfo(@NonNull Network network) { in EventDataStallSuspectedInfo() method in VcnGatewayConnection.EventDataStallSuspectedInfo585 if (!(other instanceof EventDataStallSuspectedInfo)) { in equals()589 final EventDataStallSuspectedInfo rhs = (EventDataStallSuspectedInfo) other; in equals()906 new EventDataStallSuspectedInfo(network)); in onDataStallSuspected()2061 ((EventDataStallSuspectedInfo) msg.obj).network; in processStateMsg()