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.java161 @NonNull private final String mGatewayConnectionName; field in VcnGatewayConnectionConfig
182 mGatewayConnectionName = gatewayConnectionName; in VcnGatewayConnectionConfig()
202 mGatewayConnectionName = in.getString(GATEWAY_CONNECTION_NAME_KEY); in VcnGatewayConnectionConfig()
214 Objects.requireNonNull(mGatewayConnectionName, "gatewayConnectionName was null"); in validate()
263 return mGatewayConnectionName; in getGatewayConnectionName()
342 result.putString(GATEWAY_CONNECTION_NAME_KEY, mGatewayConnectionName); in toPersistableBundle()
354 mGatewayConnectionName, in hashCode()
368 return mGatewayConnectionName.equals(rhs.mGatewayConnectionName) in equals()
379 @NonNull private final String mGatewayConnectionName; field in VcnGatewayConnectionConfig.Builder
413 mGatewayConnectionName = gatewayConnectionName; in Builder()
[all …]