Searched refs:mGatewayConnectionName (Results 1 – 1 of 1) sorted by relevance
216 @NonNull private final String mGatewayConnectionName; field in VcnGatewayConnectionConfig257 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.Builder633 mGatewayConnectionName = gatewayConnectionName; in Builder()[all …]