Searched refs:childSessionConfig (Results 1 – 2 of 2) sorted by relevance
213 final VcnChildSessionConfiguration childSessionConfig = in testBuildLinkProperties() local215 doReturn(TEST_INTERNAL_ADDRESSES).when(childSessionConfig).getInternalAddresses(); in testBuildLinkProperties()216 doReturn(TEST_DNS_ADDRESSES).when(childSessionConfig).getInternalDnsServers(); in testBuildLinkProperties()229 childSessionConfig, in testBuildLinkProperties()243 childSessionConfig, in testBuildLinkProperties()
381 @NonNull public final VcnChildSessionConfiguration childSessionConfig; field in VcnGatewayConnection.EventSetupCompletedInfo383 EventSetupCompletedInfo(@NonNull VcnChildSessionConfiguration childSessionConfig) { in EventSetupCompletedInfo() argument384 this.childSessionConfig = Objects.requireNonNull(childSessionConfig); in EventSetupCompletedInfo()389 return Objects.hash(childSessionConfig); in hashCode()399 return Objects.equals(childSessionConfig, rhs.childSessionConfig); in equals()2018 mChildConfig = ((EventSetupCompletedInfo) msg.obj).childSessionConfig; in processStateMsg()