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.java160 private static final String GATEWAY_CONNECTION_NAME_KEY = "mGatewayConnectionName"; field in VcnGatewayConnectionConfig
202 mGatewayConnectionName = in.getString(GATEWAY_CONNECTION_NAME_KEY); in VcnGatewayConnectionConfig()
342 result.putString(GATEWAY_CONNECTION_NAME_KEY, mGatewayConnectionName); in toPersistableBundle()