Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/livedata/
DCallDetailLiveDataTest.java103 GatewayInfo gatewayInfo = new GatewayInfo("", uri, uri); in testOnDetailsChanged() local
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DCallDetail.java89 GatewayInfo gatewayInfo = callDetail.getGatewayInfo(); in getNumber() local
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java182 GatewayInfo gatewayInfo = getGateWayInfoFromIntent(intent, resultHandleUri); in onReceive() local
483 private void placeOutgoingCallImmediately(Call call, Uri handle, GatewayInfo gatewayInfo, in placeOutgoingCallImmediately()
DCall.java567 GatewayInfo gatewayInfo, in Call()
623 GatewayInfo gatewayInfo, in Call()
1168 void setGatewayInfo(GatewayInfo gatewayInfo) { in setGatewayInfo()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/activecall/
DInCallViewModelTest.java92 GatewayInfo gatewayInfo = new GatewayInfo("", GATEWAY_ADDRESS, GATEWAY_ADDRESS); in setup() local
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java274 GatewayInfo gatewayInfo, in CallRedirectionProcessor()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java165 boolean isEmergencyCall, RawGatewayInfo gatewayInfo, CallGatewayManager callGateway) { in placeCall()