Home
last modified time | relevance | path

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

/cts/tests/tests/vcn/src/android/net/vcn/cts/
DVcnManagerTest.java528 @NonNull String gatewayConnectionName, int errorCode, @Nullable Throwable detail) { in onGatewayConnectionError()
530 new GatewayConnectionError(gatewayConnectionName, errorCode, detail)); in onGatewayConnectionError()
556 @NonNull public final String gatewayConnectionName; field in VcnManagerTest.GatewayConnectionError
561 @NonNull String gatewayConnectionName, int errorCode, @Nullable Throwable detail) { in GatewayConnectionError()
562 this.gatewayConnectionName = gatewayConnectionName; in GatewayConnectionError()