Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java1902 @Nullable VcnChildSessionConfiguration oldChildConfig) { in setupInterface() argument
1907 if (oldChildConfig != null) { in setupInterface()
1908 existingAddrs.addAll(oldChildConfig.getInternalAddresses()); in setupInterface()
1982 final VcnChildSessionConfiguration oldChildConfig = mChildConfig; in processStateMsg() local
1989 oldChildConfig, in processStateMsg()
2102 @NonNull VcnChildSessionConfiguration oldChildConfig, in setupInterfaceAndNetworkAgent() argument
2104 setupInterface(token, tunnelIface, childConfig, oldChildConfig); in setupInterfaceAndNetworkAgent()