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.java1937 @Nullable VcnChildSessionConfiguration oldChildConfig) { in setupInterface() argument
1942 if (oldChildConfig != null) { in setupInterface()
1943 existingAddrs.addAll(oldChildConfig.getInternalAddresses()); in setupInterface()
2017 final VcnChildSessionConfiguration oldChildConfig = mChildConfig; in processStateMsg() local
2024 oldChildConfig, in processStateMsg()
2137 @NonNull VcnChildSessionConfiguration oldChildConfig, in setupInterfaceAndNetworkAgent() argument
2139 setupInterface(token, tunnelIface, childConfig, oldChildConfig); in setupInterfaceAndNetworkAgent()