Searched refs:mVcnGatewayConnections (Results 1 – 1 of 1) sorted by relevance
170 private final Map<VcnGatewayConnectionConfig, VcnGatewayConnection> mVcnGatewayConnections = field in Vcn261 return Collections.unmodifiableSet(new HashSet<>(mVcnGatewayConnections.values())); in getVcnGatewayConnections()268 return Collections.unmodifiableMap(new HashMap<>(mVcnGatewayConnections)); in getVcnGatewayConnectionConfigMap()323 mVcnGatewayConnections.entrySet()) { in handleConfigUpdated()347 for (VcnGatewayConnection gatewayConnection : mVcnGatewayConnections.values()) { in handleTeardown()359 for (VcnGatewayConnection gatewayConnection : mVcnGatewayConnections.values()) { in handleSafeModeStatusChanged()381 for (VcnGatewayConnectionConfig gatewayConnectionConfig : mVcnGatewayConnections.keySet()) { in handleNetworkRequested()403 if (mVcnGatewayConnections.containsKey(gatewayConnectionConfig)) { in handleNetworkRequested()418 mVcnGatewayConnections.put(gatewayConnectionConfig, vcnGatewayConnection); in handleNetworkRequested()442 mVcnGatewayConnections.remove(config); in handleGatewayConnectionQuit()[all …]