Home | History | Annotate | Download | only in phone

Lines Matching refs:gatewayUri

659      * @param gatewayUri Is the address used to setup the connection, null
667 final Uri gatewayUri = gatewayInfo.gatewayUri;
671 + ", GW:'" + gatewayUri + "'"
676 + ", GW: " + (gatewayUri != null ? "non-null" : "null")
682 if (null != gatewayUri &&
694 if (null == gatewayUri || !Constants.SCHEME_TEL.equals(gatewayUri.getScheme())) {
695 Log.e(LOG_TAG, "Unsupported URL:" + gatewayUri);
704 numberToDial = gatewayUri.getSchemeSpecificPart();
731 if (phoneType == PhoneConstants.PHONE_TYPE_GSM && gatewayUri == null) {
747 if (gatewayUri == null) {