Home
last modified time | relevance | path

Searched refs:getGatewayInfo (Results 1 – 12 of 12) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java272 when(confCall1.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testConferenceInProgressCDMA()
274 when(confCall2.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testConferenceInProgressCDMA()
319 when(foregroundCall.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testListCurrentCallsCdmaHold()
321 when(heldCall.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testListCurrentCallsCdmaHold()
360 when(confCall1.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testListCurrentCallsCdmaConference()
362 when(confCall2.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testListCurrentCallsCdmaConference()
395 when(waitingCall.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testWaitingCallClccResponse()
432 when(ringingCall.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testRingingCallClccResponse()
452 when(ringingCall.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testCallClccCache()
466 when(newHoldingCall.getGatewayInfo()).thenReturn(new GatewayInfo(null, null, in testCallClccCache()
[all …]
/packages/apps/Dialer/java/com/android/incallui/util/
DTelecomCallUtil.java41 if (call.getDetails().getGatewayInfo() != null) { in getNumber()
42 return call.getDetails().getGatewayInfo().getOriginalAddress().getSchemeSpecificPart(); in getNumber()
/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java913 return DialerCall.getNumberFromHandle(mPrimary.getGatewayInfo().getGatewayAddress()); in getGatewayNumber()
937 pm.getApplicationInfo(mPrimary.getGatewayInfo().getGatewayProviderPackageName(), 0); in getConnectionLabel()
970 && mPrimary.getGatewayInfo() != null in hasOutgoingGatewayCall()
971 && !mPrimary.getGatewayInfo().isEmpty(); in hasOutgoingGatewayCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java634 if (call.getGatewayInfo() != null) { in sendClccForCall()
635 addressUri = call.getGatewayInfo().getOriginalAddress(); in sendClccForCall()
DParcelableCallUtils.java174 call.getGatewayInfo(), in toParcelableCall()
DConnectionServiceWrapper.java908 GatewayInfo gatewayInfo = call.getGatewayInfo(); in createConnection()
DCall.java960 public GatewayInfo getGatewayInfo() { in getGatewayInfo() method in Call
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/embedded/
DTelecomUiCallList.java65 GatewayInfo gatewayInfo = details.getGatewayInfo(); in updateCallContainerFromTelecom()
/packages/services/Telephony/src/com/android/phone/
DCallGatewayManager.java124 public RawGatewayInfo getGatewayInfo(Connection connection) { in getGatewayInfo() method in CallGatewayManager
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java759 public GatewayInfo getGatewayInfo() { in getGatewayInfo() method in DialerCall
760 return mTelecomCall == null ? null : mTelecomCall.getDetails().getGatewayInfo(); in getGatewayInfo()
/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
DTelecomUtils.java221 GatewayInfo gatewayInfo = call.getDetails().getGatewayInfo(); in getGatewayInfoOriginalAddress()
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
DInstrumentClusterController.java201 GatewayInfo gatewayInfo = details.getGatewayInfo(); in extractPhoneNumber()