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.java565 boolean isEmergencyCall, RawGatewayInfo gatewayInfo, CallGatewayManager callGateway) { in placeCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java139 GatewayInfo gatewayInfo = getGateWayInfoFromIntent(intent, resultHandleUri); in onReceive() local
DCall.java331 GatewayInfo gatewayInfo, in Call()
368 GatewayInfo gatewayInfo, in Call()
589 void setGatewayInfo(GatewayInfo gatewayInfo) { in setGatewayInfo()
DCallsManager.java576 void placeOutgoingCall(Call call, Uri handle, GatewayInfo gatewayInfo, boolean speakerphoneOn, in placeOutgoingCall()