/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceWrapper.java | 105 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 …]
|
D | InCallAdapter.java | 59 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 …]
|
D | CallIdMapper.java | 128 Call getCall(Object objId) { in getCall() method in CallIdMapper
|
D | Call.java | 793 mConferenceableCalls.add(idMapper.getCall(id)); in handleCreateConnectionSuccess()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 254 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/ |
D | SipConnection.java | 103 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/ |
D | TelephonyConnection.java | 342 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()
|
D | ImsConference.java | 187 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()
|
D | CdmaConference.java | 137 Call call = radioConnection.getCall(); in getMultipartyCallForConnection() 151 return originalConnection.getCall(); in getOriginalCall()
|
D | PstnIncomingCallNotifier.java | 173 Call call = connection.getCall(); in handleNewRingingConnection() 205 Call call = connection.getCall(); in handleNewUnknownConnection()
|
D | TelephonyConference.java | 183 Call call = radioConnection.getCall(); in getMultipartyCallForConnection()
|
D | TelephonyConferenceController.java | 173 Call call = radioConnection.getCall(); in recalculateConference()
|
D | TelephonyConnectionService.java | 500 int phoneType = connection.getCall().getPhone().getPhoneType(); in addConnectionToConferenceController()
|
/packages/apps/InCallUI/src/com/android/incallui/ |
D | ConferenceParticipantListAdapter.java | 65 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/ |
D | CallNotifier.java | 275 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()
|
D | CallLogger.java | 61 final Phone phone = c.getCall().getPhone(); in logCall() 162 if (conn.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) { in getLogNumber()
|
D | PhoneUtils.java | 1418 log("- phone: " + c.getCall().getPhone()); in startGetCallerInfo() 1419 int phoneType = c.getCall().getPhone().getPhoneType(); in startGetCallerInfo()
|