Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/vcn/
DVcnGatewayConnectionConfig.java215 private static final String GATEWAY_CONNECTION_NAME_KEY = "mGatewayConnectionName"; field in VcnGatewayConnectionConfig
286 mGatewayConnectionName = in.getString(GATEWAY_CONNECTION_NAME_KEY); in VcnGatewayConnectionConfig()
541 result.putString(GATEWAY_CONNECTION_NAME_KEY, mGatewayConnectionName); in toPersistableBundle()