Searched refs:EventSetupCompletedInfo (Results 1 – 2 of 2) sorted by relevance
356 private static class EventSetupCompletedInfo implements EventInfo { class in VcnGatewayConnection359 EventSetupCompletedInfo(@NonNull VcnChildSessionConfiguration childSessionConfig) { in EventSetupCompletedInfo() method in VcnGatewayConnection.EventSetupCompletedInfo370 if (!(other instanceof EventSetupCompletedInfo)) { in equals()374 final EventSetupCompletedInfo rhs = (EventSetupCompletedInfo) other; in equals()1214 EVENT_SETUP_COMPLETED, token, new EventSetupCompletedInfo(childConfig)); in childOpened()1811 mChildConfig = ((EventSetupCompletedInfo) msg.obj).childSessionConfig; in processStateMsg()
42341 PLcom/android/server/vcn/VcnGatewayConnection$EventSetupCompletedInfo;-><init>(Lcom/android/server/…