Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionTestBase.java184 @NonNull protected final IkeSessionConfiguration mIkeSessionConfiguration; field in VcnGatewayConnectionTestBase
220 mIkeSessionConfiguration = new IkeSessionConfiguration.Builder(mIkeConnectionInfo).build(); in VcnGatewayConnectionTestBase()
H A DVcnGatewayConnectionConnectedStateTest.java360 getIkeSessionCallback().onOpened(mIkeSessionConfiguration); in triggerChildOpened()