Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionConnectingStateTest.java42 private VcnIkeSession mIkeSession; field in VcnGatewayConnectionConnectingStateTest
52 mIkeSession = mGatewayConnection.getIkeSession(); in setUp()
72 verify(mIkeSession).kill(); in testNullNetworkTriggersDisconnect()
84 verify(mIkeSession).close(); in testNewNetworkTriggersReconnect()
85 verify(mIkeSession, never()).kill(); in testNewNetworkTriggersReconnect()
105 verify(mIkeSession).close(); in testChildSessionClosedTriggersDisconnect()
115 verify(mIkeSession).close(); in testIkeSessionClosedTriggersDisconnect()
DVcnGatewayConnectionConnectedStateTest.java88 private VcnIkeSession mIkeSession; field in VcnGatewayConnectionConnectedStateTest
102 mIkeSession = mGatewayConnection.buildIkeSession(TEST_UNDERLYING_NETWORK_RECORD_1.network); in setUp()
103 mGatewayConnection.setIkeSession(mIkeSession); in setUp()
127 verify(mIkeSession, never()).close(); in testNullNetworkDoesNotTriggerDisconnect()
139 verify(mIkeSession, never()).close(); in testNewNetworkTriggersMigration()
140 verify(mIkeSession).setNetwork(TEST_UNDERLYING_NETWORK_RECORD_2.network); in testNewNetworkTriggersMigration()
525 verify(mIkeSession).close(); in testIkeSessionClosedTriggersDisconnect()
540 verify(mIkeSession).close(); in verifyIkeSessionClosedExceptionalltyNotifiesStatusCallback()
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java616 private VcnIkeSession mIkeSession; field in VcnGatewayConnection
732 if (mIkeSession != null) { in onQuitting()
734 mIkeSession.kill(); in onQuitting()
735 mIkeSession = null; in onQuitting()
1315 if (mIkeSession == null) { in handleDisconnectRequested()
1359 if (mIkeSession != null || mNetworkAgent != null) { in enterState()
1427 if (mIkeSession == null) { in enterState()
1436 mIkeSession.kill(); in enterState()
1440 mIkeSession.close(); in enterState()
1460 mIkeSession.kill(); in processStateMsg()
[all …]