Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/vcn/
DVcnConfig.java85 private static final String GATEWAY_CONNECTION_CONFIGS_KEY = "mGatewayConnectionConfigs"; field in VcnConfig
120 in.getPersistableBundle(GATEWAY_CONNECTION_CONFIGS_KEY); in VcnConfig()
218 result.putPersistableBundle(GATEWAY_CONNECTION_CONFIGS_KEY, gatewayConnectionConfigsBundle); in toPersistableBundle()