Home
last modified time | relevance | path

Searched defs:gatewayUri (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCallGatewayManager.java144 final String gatewayUri = intent.getStringExtra(EXTRA_GATEWAY_URI); in hasPhoneProviderExtras() local
199 public Uri gatewayUri; field in CallGatewayManager.RawGatewayInfo
202 public RawGatewayInfo(String packageName, Uri gatewayUri, in RawGatewayInfo()
DPhoneUtils.java554 final Uri gatewayUri = gatewayInfo.gatewayUri; in placeCall() local
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java384 Uri gatewayUri = getGatewayUriFromString(intent.getStringExtra(EXTRA_GATEWAY_URI)); in getGateWayInfoFromIntent() local