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