Lines Matching refs:gatewayUri
545 * @param gatewayUri Is the address used to setup the connection, null
553 final Uri gatewayUri = gatewayInfo.gatewayUri;
557 + ", GW:'" + gatewayUri + "'"
562 + ", GW: " + (gatewayUri != null ? "non-null" : "null")
568 if (null != gatewayUri &&
580 if (null == gatewayUri || !PhoneAccount.SCHEME_TEL.equals(gatewayUri.getScheme())) {
581 Log.e(LOG_TAG, "Unsupported URL:" + gatewayUri);
590 numberToDial = gatewayUri.getSchemeSpecificPart();
628 if (gatewayUri == null) {