HomeSort by relevance Sort by last modified time
    Searched defs:gatewayUri (Results 1 - 4 of 4) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CallGatewayManager.java 144 final String gatewayUri = intent.getStringExtra(EXTRA_GATEWAY_URI);
146 return !TextUtils.isEmpty(name) && !TextUtils.isEmpty(gatewayUri);
199 public Uri gatewayUri;
202 public RawGatewayInfo(String packageName, Uri gatewayUri,
205 this.gatewayUri = gatewayUri;
210 return formatProviderUri(gatewayUri);
214 return TextUtils.isEmpty(packageName) || gatewayUri == null;
PhoneUtils.java 558 * @param gatewayUri Is the address used to setup the connection, null
566 final Uri gatewayUri = gatewayInfo.gatewayUri;
570 + ", GW:'" + gatewayUri + "'"
575 + ", GW: " + (gatewayUri != null ? "non-null" : "null")
581 if (null != gatewayUri &&
593 if (null == gatewayUri || !PhoneAccount.SCHEME_TEL.equals(gatewayUri.getScheme())) {
594 Log.e(LOG_TAG, "Unsupported URL:" + gatewayUri);
603 numberToDial = gatewayUri.getSchemeSpecificPart()
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
NewOutgoingCallIntentBroadcaster.java 351 Uri gatewayUri = getGatewayUriFromString(intent.getStringExtra(EXTRA_GATEWAY_URI));
352 if (!TextUtils.isEmpty(gatewayPackageName) && gatewayUri != null) {
353 return new GatewayInfo(gatewayPackageName, gatewayUri, trueHandle);
  /prebuilts/sdk/system_current/
android.jar 

Completed in 116 milliseconds