Loading services/core/java/com/android/server/vcn/VcnGatewayConnection.java +2 −2 Original line number Diff line number Diff line Loading @@ -979,7 +979,7 @@ public class VcnGatewayConnection extends StateMachine { // IkeSessionCallback.onClosedExceptionally(), which calls sessionClosed() if (exception != null) { mGatewayStatusCallback.onGatewayConnectionError( mConnectionConfig.getRequiredUnderlyingCapabilities(), mConnectionConfig.getExposedCapabilities(), VCN_ERROR_CODE_INTERNAL_ERROR, RuntimeException.class.getName(), "Received " Loading Loading @@ -1016,7 +1016,7 @@ public class VcnGatewayConnection extends StateMachine { } mGatewayStatusCallback.onGatewayConnectionError( mConnectionConfig.getRequiredUnderlyingCapabilities(), mConnectionConfig.getExposedCapabilities(), errorCode, exceptionClass, exceptionMessage); Loading tests/vcn/java/com/android/server/vcn/VcnGatewayConnectionConnectedStateTest.java +2 −5 Original line number Diff line number Diff line Loading @@ -241,7 +241,7 @@ public class VcnGatewayConnectionConnectedStateTest extends VcnGatewayConnection verify(mGatewayStatusCallback) .onGatewayConnectionError( eq(mConfig.getRequiredUnderlyingCapabilities()), eq(mConfig.getExposedCapabilities()), eq(VCN_ERROR_CODE_INTERNAL_ERROR), any(), any()); Loading Loading @@ -275,10 +275,7 @@ public class VcnGatewayConnectionConnectedStateTest extends VcnGatewayConnection verify(mGatewayStatusCallback) .onGatewayConnectionError( eq(mConfig.getRequiredUnderlyingCapabilities()), eq(expectedErrorType), any(), any()); eq(mConfig.getExposedCapabilities()), eq(expectedErrorType), any(), any()); } @Test Loading Loading
services/core/java/com/android/server/vcn/VcnGatewayConnection.java +2 −2 Original line number Diff line number Diff line Loading @@ -979,7 +979,7 @@ public class VcnGatewayConnection extends StateMachine { // IkeSessionCallback.onClosedExceptionally(), which calls sessionClosed() if (exception != null) { mGatewayStatusCallback.onGatewayConnectionError( mConnectionConfig.getRequiredUnderlyingCapabilities(), mConnectionConfig.getExposedCapabilities(), VCN_ERROR_CODE_INTERNAL_ERROR, RuntimeException.class.getName(), "Received " Loading Loading @@ -1016,7 +1016,7 @@ public class VcnGatewayConnection extends StateMachine { } mGatewayStatusCallback.onGatewayConnectionError( mConnectionConfig.getRequiredUnderlyingCapabilities(), mConnectionConfig.getExposedCapabilities(), errorCode, exceptionClass, exceptionMessage); Loading
tests/vcn/java/com/android/server/vcn/VcnGatewayConnectionConnectedStateTest.java +2 −5 Original line number Diff line number Diff line Loading @@ -241,7 +241,7 @@ public class VcnGatewayConnectionConnectedStateTest extends VcnGatewayConnection verify(mGatewayStatusCallback) .onGatewayConnectionError( eq(mConfig.getRequiredUnderlyingCapabilities()), eq(mConfig.getExposedCapabilities()), eq(VCN_ERROR_CODE_INTERNAL_ERROR), any(), any()); Loading Loading @@ -275,10 +275,7 @@ public class VcnGatewayConnectionConnectedStateTest extends VcnGatewayConnection verify(mGatewayStatusCallback) .onGatewayConnectionError( eq(mConfig.getRequiredUnderlyingCapabilities()), eq(expectedErrorType), any(), any()); eq(mConfig.getExposedCapabilities()), eq(expectedErrorType), any(), any()); } @Test Loading