Home
last modified time | relevance | path

Searched refs:oldChildConfig (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java1720 @Nullable VcnChildSessionConfiguration oldChildConfig) { in setupInterface() argument
1725 if (oldChildConfig != null) { in setupInterface()
1726 existingAddrs.addAll(oldChildConfig.getInternalAddresses()); in setupInterface()
1800 final VcnChildSessionConfiguration oldChildConfig = mChildConfig; in processStateMsg() local
1804 mCurrentToken, mTunnelIface, mChildConfig, oldChildConfig); in processStateMsg()
1877 @NonNull VcnChildSessionConfiguration oldChildConfig) { in setupInterfaceAndNetworkAgent() argument
1878 setupInterface(token, tunnelIface, childConfig, oldChildConfig); in setupInterfaceAndNetworkAgent()