Searched refs:EventSetupCompletedInfo (Results 1 – 1 of 1) sorted by relevance
380 private static class EventSetupCompletedInfo implements EventInfo { class in VcnGatewayConnection383 EventSetupCompletedInfo(@NonNull VcnChildSessionConfiguration childSessionConfig) { in EventSetupCompletedInfo() method in VcnGatewayConnection.EventSetupCompletedInfo394 if (!(other instanceof EventSetupCompletedInfo)) { in equals()398 final EventSetupCompletedInfo rhs = (EventSetupCompletedInfo) other; in equals()1390 EVENT_SETUP_COMPLETED, token, new EventSetupCompletedInfo(childConfig)); in childOpened()2018 mChildConfig = ((EventSetupCompletedInfo) msg.obj).childSessionConfig; in processStateMsg()