Home
last modified time | relevance | path

Searched refs:mRetryTimeoutState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionRetryTimeoutStateTest.java52 mGatewayConnection.transitionTo(mGatewayConnection.mRetryTimeoutState); in setUp()
79 assertEquals(mGatewayConnection.mRetryTimeoutState, mGatewayConnection.getCurrentState()); in testSameNetworkDoesNotTriggerRetry()
127 mGatewayConnection.mRetryTimeoutState); in testSafeModeTimeoutNotifiesCallbackAndUnregistersNetworkAgent()
DVcnGatewayConnectionDisconnectingStateTest.java56 assertEquals(mGatewayConnection.mRetryTimeoutState, mGatewayConnection.getCurrentState()); in testIkeSessionClosed()
DVcnGatewayConnectionConnectingStateTest.java114 assertEquals(mGatewayConnection.mRetryTimeoutState, mGatewayConnection.getCurrentState()); in testIkeSessionClosedTriggersDisconnect()
DVcnGatewayConnectionConnectedStateTest.java524 assertEquals(mGatewayConnection.mRetryTimeoutState, mGatewayConnection.getCurrentState()); in testIkeSessionClosedTriggersDisconnect()
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java518 final RetryTimeoutState mRetryTimeoutState = new RetryTimeoutState(); field in VcnGatewayConnection
693 addState(mRetryTimeoutState); in VcnGatewayConnection()
1485 transitionTo(mSkipRetryTimeout ? mConnectingState : mRetryTimeoutState); in processStateMsg()