Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionDisconnectingStateTest.java53 getIkeSessionCallback().onClosed(); in testIkeSessionClosed()
H A DVcnGatewayConnectionConnectedStateTest.java307 getIkeSessionCallback().onIkeSessionConnectionInfoChanged(newIkeConnectionInfo); in testMigration()
360 getIkeSessionCallback().onOpened(mIkeSessionConfiguration); in triggerChildOpened()
725 getIkeSessionCallback().onClosed(); in testIkeSessionClosedTriggersDisconnect()
741 getIkeSessionCallback().onClosedExceptionally(cause); in verifyIkeSessionClosedExceptionalltyNotifiesStatusCallback()
H A DVcnGatewayConnectionConnectingStateTest.java111 getIkeSessionCallback().onClosed(); in testIkeSessionClosedTriggersDisconnect()
H A DVcnGatewayConnectionTestBase.java275 protected IkeSessionCallback getIkeSessionCallback() { in getIkeSessionCallback() method in VcnGatewayConnectionTestBase