Searched refs:imsPhone (Results 1 – 7 of 7) sorted by relevance
255 ImsPhone imsPhone = (ImsPhone) mPhone; in handleSuppServiceFailedIntent() local256 if (imsPhone == null) { in handleSuppServiceFailedIntent()260 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]); in handleSuppServiceFailedIntent()265 ImsPhone imsPhone = (ImsPhone) mPhone; in handleHandoverFailedIntent() local266 if (imsPhone == null) { in handleHandoverFailedIntent()270 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent()295 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() local296 if (imsPhone == null) { in handleTestConferenceEventPackage()300 ImsPhoneCallTracker tracker = (ImsPhoneCallTracker) imsPhone.getCallTracker(); in handleTestConferenceEventPackage()320 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage()[all …]
878 Phone imsPhone = mImsPhone; in acceptCall() local879 if ( imsPhone != null && imsPhone.getRingingCall().isRinging() ) { in acceptCall()880 imsPhone.acceptCall(videoState); in acceptCall()1010 Phone imsPhone = mImsPhone; in getRingingCall() local1018 if ( imsPhone != null && imsPhone.getRingingCall().isRinging()) { in getRingingCall()1019 return imsPhone.getRingingCall(); in getRingingCall()1205 Phone imsPhone = mImsPhone; in handleInCallMmiCommands() local1206 if (imsPhone != null in handleInCallMmiCommands()1207 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) { in handleInCallMmiCommands()1208 return imsPhone.handleInCallMmiCommands(dialString); in handleInCallMmiCommands()[all …]
791 Phone imsPhone = mImsPhone; in handleSrvccStateChanged() local798 if (imsPhone != null) { in handleSrvccStateChanged()799 conn = imsPhone.getHandoverConnection(); in handleSrvccStateChanged()800 migrateFrom(imsPhone); in handleSrvccStateChanged()807 if (imsPhone != null) { in handleSrvccStateChanged()808 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()3748 Phone imsPhone = mImsPhone; in getVoicePhoneServiceState() local3749 if (imsPhone != null in getVoicePhoneServiceState()3750 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) { in getVoicePhoneServiceState()3822 Phone imsPhone = mImsPhone; in isImsRegistered() local[all …]
376 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) {377 return new ImsPhoneCallTracker(imsPhone);380 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone) {382 return new ImsExternalCallTracker(imsPhone);
388 Phone imsPhone = phone.getImsPhone(); in unregisterPhone() local389 if (imsPhone != null) { in unregisterPhone()390 unregisterPhone(imsPhone); in unregisterPhone()803 Phone imsPhone = phone.getImsPhone(); in dial() local805 && (imsPhone == null || imsPhone != activePhone)) { in dial()
760 Phone imsPhone = mPhone.getImsPhone(); in updatePhoneState() local761 if ( mState == PhoneConstants.State.OFFHOOK && (imsPhone != null)){ in updatePhoneState()762 imsPhone.callEndCleanupHandOverCallIfAny(); in updatePhoneState()1153 Phone imsPhone = mPhone.getImsPhone(); in handlePollCalls() local1154 if (imsPhone != null) { in handlePollCalls()1155 imsPhone.callEndCleanupHandOverCallIfAny(); in handlePollCalls()
652 Phone imsPhone = p.getImsPhone(); in isInEmergencyCallbackMode()653 if (imsPhone != null && imsPhone.isInEcm()) { in isInEmergencyCallbackMode()