Searched refs:mConnectionConfig (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/vcn/ |
D | VcnGatewayConnection.java | 525 @NonNull private final VcnGatewayConnectionConfig mConnectionConfig; field in VcnGatewayConnection 668 mConnectionConfig = Objects.requireNonNull(connectionConfig, "Missing connectionConfig"); in VcnGatewayConnection() 1113 mConnectionConfig.getGatewayConnectionName(), in sessionLost() 1167 mConnectionConfig.getGatewayConnectionName(), in notifyStatusCallbackForSessionClosed() 1592 buildNetworkCapabilities(mConnectionConfig, mUnderlying, mIsMobileDataEnabled); in updateNetworkAgent() 1595 mConnectionConfig, tunnelIface, childConfig, mUnderlying); in updateNetworkAgent() 1608 buildNetworkCapabilities(mConnectionConfig, mUnderlying, mIsMobileDataEnabled); in buildNetworkAgent() 1611 mConnectionConfig, tunnelIface, childConfig, mUnderlying); in buildNetworkAgent() 1704 final Set<Integer> exposedCaps = mConnectionConfig.getAllExposedCapabilities(); in applyTransform() 1960 final long[] retryIntervalsMs = mConnectionConfig.getRetryIntervalsMillis(); in getNextRetryIntervalsMs() [all …]
|