Home
last modified time | relevance | path

Searched refs:getCall (Results 1 – 17 of 17) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java105 call = mCallIdMapper.getCall(msg.obj);
113 call = mCallIdMapper.getCall(msg.obj);
121 call = mCallIdMapper.getCall(msg.obj);
131 call = mCallIdMapper.getCall(args.arg1);
145 call = mCallIdMapper.getCall(msg.obj);
153 call = mCallIdMapper.getCall(msg.obj);
162 call = mCallIdMapper.getCall(msg.obj);
174 Call childCall = mCallIdMapper.getCall(args.arg1);
182 Call conferenceCall = mCallIdMapper.getCall(conferenceCallId);
197 if (mCallIdMapper.getCall(id) != null) {
[all …]
DInCallAdapter.java59 call = mCallIdMapper.getCall(args.arg1); in handleMessage()
74 call = mCallIdMapper.getCall(args.arg1); in handleMessage()
88 call = mCallIdMapper.getCall(msg.obj); in handleMessage()
96 call = mCallIdMapper.getCall(msg.obj); in handleMessage()
104 call = mCallIdMapper.getCall(msg.obj); in handleMessage()
112 call = mCallIdMapper.getCall(msg.obj); in handleMessage()
120 call = mCallIdMapper.getCall(msg.obj); in handleMessage()
128 call = mCallIdMapper.getCall(msg.obj); in handleMessage()
138 call = mCallIdMapper.getCall(args.arg1); in handleMessage()
159 call = mCallIdMapper.getCall(args.arg1); in handleMessage()
[all …]
DCallIdMapper.java128 Call getCall(Object objId) { in getCall() method in CallIdMapper
DCall.java793 mConferenceableCalls.add(idMapper.getCall(id)); in handleCreateConnectionSuccess()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java254 private BluetoothHeadsetClientCall getCall(int... states) { in getCall() method in HeadsetClientStateMachine
414 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING); in updateCallIndicator()
428 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallIndicator()
531 getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING); in updateCallSetupIndicator()
562 if (getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING) == null) in updateCallSetupIndicator()
634 getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING); in updateCallHeldIndicator()
657 getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING); in updateCallHeldIndicator()
743 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, in updateRespAndHold()
753 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_HELD_BY_RESPONSE_AND_HOLD); in updateRespAndHold()
774 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING); in updateClip()
[all …]
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java103 if (getCall() != null && !getCall().isMultiparty()) { in onDisconnect()
104 getCall().hangup(); in onDisconnect()
185 private Call getCall() { in getCall() method in SipConnection
187 return mOriginalConnection.getCall(); in getCall()
193 Call call = getCall(); in getPhone()
201 Call call = getCall(); in isValidRingingCall()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java342 Phone phone = mOriginalConnection.getCall().getPhone(); in performHold()
388 mOriginalConnection.getCall().getPhone().switchHoldingAndActive(); in performUnhold()
517 Call call = getCall(); in hangup()
540 protected Call getCall() { in getCall() method in TelephonyConnection
542 return mOriginalConnection.getCall(); in getCall()
548 Call call = getCall(); in getPhone()
DImsConference.java187 if (conferenceHost != null && conferenceHost.getCall() != null in ImsConference()
188 && conferenceHost.getCall().getPhone() != null) { in ImsConference()
190 conferenceHost.getCall().getPhone()); in ImsConference()
226 Call call = mConferenceHost.getCall(); in onDisconnect()
DCdmaConference.java137 Call call = radioConnection.getCall(); in getMultipartyCallForConnection()
151 return originalConnection.getCall(); in getOriginalCall()
DPstnIncomingCallNotifier.java173 Call call = connection.getCall(); in handleNewRingingConnection()
205 Call call = connection.getCall(); in handleNewUnknownConnection()
DTelephonyConference.java183 Call call = radioConnection.getCall(); in getMultipartyCallForConnection()
DTelephonyConferenceController.java173 Call call = radioConnection.getCall(); in recalculateConference()
DTelephonyConnectionService.java500 int phoneType = connection.getCall().getPhone().getPhoneType(); in addConnectionToConferenceController()
/packages/apps/InCallUI/src/com/android/incallui/
DConferenceParticipantListAdapter.java65 public Call getCall() { in getCall() method in ConferenceParticipantListAdapter.ParticipantInfo
94 Objects.equals(p.getCall().getId(), mCall.getId()); in equals()
325 Call call = participantInfo.getCall(); in getView()
333 cache.findInfo(participantInfo.getCall(), in getView()
334 participantInfo.getCall().getState() == Call.State.INCOMING, in getView()
/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java275 Call ringing = c.getCall(); in onNewRingingConnection()
499 (c.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA)) { in onDisconnect()
508 (c.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA)) { in onDisconnect()
514 if (c != null && TelephonyCapabilities.supportsOtasp(c.getCall().getPhone())) { in onDisconnect()
516 if (c.getCall().getPhone().isOtaSpNumber(number)) { in onDisconnect()
558 final Phone phone = c.getCall().getPhone(); in onDisconnect()
DCallLogger.java61 final Phone phone = c.getCall().getPhone(); in logCall()
162 if (conn.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) { in getLogNumber()
DPhoneUtils.java1418 log("- phone: " + c.getCall().getPhone()); in startGetCallerInfo()
1419 int phoneType = c.getCall().getPhone().getPhoneType(); in startGetCallerInfo()