Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/vcn/
H A DVcnConfig.java217 .getGatewayConnectionName() in addGatewayConnectionConfig()
218 .equals(gatewayConnectionConfig.getGatewayConnectionName())) { in addGatewayConnectionConfig()
H A DVcnGatewayConnectionConfig.java262 public String getGatewayConnectionName() { in getGatewayConnectionName() method in VcnGatewayConnectionConfig
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/
H A DVcnGatewayConnectionConfigTest.java192 assertTrue(config.getGatewayConnectionName().startsWith(GATEWAY_CONNECTION_NAME_PREFIX)); in testBuilderAndGetters()
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionConnectedStateTest.java527 eq(mConfig.getGatewayConnectionName()), in testChildSessionClosedExceptionallyNotifiesGatewayStatusCallback()
561 eq(mConfig.getGatewayConnectionName()), in verifyIkeSessionClosedExceptionalltyNotifiesStatusCallback()
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java1125 mConnectionConfig.getGatewayConnectionName(), in sessionLost()
1179 mConnectionConfig.getGatewayConnectionName(), in notifyStatusCallbackForSessionClosed()
2198 + mConnectionConfig.getGatewayConnectionName() in getLogPrefix()
2254 pw.println("VcnGatewayConnection (" + mConnectionConfig.getGatewayConnectionName() + "):"); in dump()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27204 method @NonNull public String getGatewayConnectionName();