Searched refs:mGatewayConnectionName (Results 1 – 1 of 1) sorted by relevance
214 @NonNull private final String mGatewayConnectionName; field in VcnGatewayConnectionConfig251 mGatewayConnectionName = gatewayConnectionName; in VcnGatewayConnectionConfig()279 mGatewayConnectionName = in.getString(GATEWAY_CONNECTION_NAME_KEY); in VcnGatewayConnectionConfig()325 Objects.requireNonNull(mGatewayConnectionName, "gatewayConnectionName was null"); in validate()404 return mGatewayConnectionName; in getGatewayConnectionName()523 result.putString(GATEWAY_CONNECTION_NAME_KEY, mGatewayConnectionName); in toPersistableBundle()538 mGatewayConnectionName, in hashCode()555 return mGatewayConnectionName.equals(rhs.mGatewayConnectionName) in equals()569 @NonNull private final String mGatewayConnectionName; field in VcnGatewayConnectionConfig.Builder611 mGatewayConnectionName = gatewayConnectionName; in Builder()[all …]