Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/vcn/
DVcnGatewayConnectionConfig.java216 @NonNull private final String mGatewayConnectionName; field in VcnGatewayConnectionConfig
257 mGatewayConnectionName = gatewayConnectionName; in VcnGatewayConnectionConfig()
286 mGatewayConnectionName = in.getString(GATEWAY_CONNECTION_NAME_KEY); in VcnGatewayConnectionConfig()
333 Objects.requireNonNull(mGatewayConnectionName, "gatewayConnectionName was null"); in validate()
412 return mGatewayConnectionName; in getGatewayConnectionName()
541 result.putString(GATEWAY_CONNECTION_NAME_KEY, mGatewayConnectionName); in toPersistableBundle()
557 mGatewayConnectionName, in hashCode()
575 return mGatewayConnectionName.equals(rhs.mGatewayConnectionName) in equals()
590 @NonNull private final String mGatewayConnectionName; field in VcnGatewayConnectionConfig.Builder
633 mGatewayConnectionName = gatewayConnectionName; in Builder()
[all …]