Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionConnectedStateTest.java239 Collections.singletonList(getChildSessionCallback())); in verifyVcnTransformsApplied()
308 getChildSessionCallback() in testMigration()
361 getChildSessionCallback().onOpened(mMockChildSessionConfig); in triggerChildOpened()
691 getChildSessionCallback().onClosed(); in testChildSessionClosedTriggersDisconnect()
709 getChildSessionCallback().onClosedExceptionally(exception); in testChildSessionClosedExceptionallyNotifiesGatewayStatusCallback()
H A DVcnGatewayConnectionConnectingStateTest.java101 getChildSessionCallback().onClosed(); in testChildSessionClosedTriggersDisconnect()
H A DVcnGatewayConnectionTestBase.java282 protected VcnChildSessionCallback getChildSessionCallback() { in getChildSessionCallback() method in VcnGatewayConnectionTestBase