Home
last modified time | relevance | path

Searched defs:gatewayInfo (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCallGatewayManager.java104 public void setGatewayInfoForConnection(Connection connection, RawGatewayInfo gatewayInfo) { in setGatewayInfoForConnection()
DPhoneUtils.java553 boolean isEmergencyCall, RawGatewayInfo gatewayInfo, CallGatewayManager callGateway) { in placeCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java157 GatewayInfo gatewayInfo = getGateWayInfoFromIntent(intent, resultHandleUri); in onReceive() local
DCall.java408 GatewayInfo gatewayInfo, in Call()
463 GatewayInfo gatewayInfo, in Call()
831 void setGatewayInfo(GatewayInfo gatewayInfo) { in setGatewayInfo()
DCallsManager.java904 public void placeOutgoingCall(Call call, Uri handle, GatewayInfo gatewayInfo, in placeOutgoingCall()