Searched refs:imsPhone (Results 1 – 8 of 8) sorted by relevance
237 ImsPhone imsPhone = (ImsPhone) mPhone; in handleSuppServiceFailedIntent() local238 if (imsPhone == null) { in handleSuppServiceFailedIntent()242 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]); in handleSuppServiceFailedIntent()247 ImsPhone imsPhone = (ImsPhone) mPhone; in handleHandoverFailedIntent() local248 if (imsPhone == null) { in handleHandoverFailedIntent()252 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent()276 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() local277 if (imsPhone == null) { in handleTestConferenceEventPackage()281 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage()315 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestDialogEventPackageIntent() local[all …]
802 Phone imsPhone = mImsPhone; in acceptCall() local803 if ( imsPhone != null && imsPhone.getRingingCall().isRinging() ) { in acceptCall()804 imsPhone.acceptCall(videoState); in acceptCall()926 Phone imsPhone = mImsPhone; in getRingingCall() local934 if ( imsPhone != null && imsPhone.getRingingCall().isRinging()) { in getRingingCall()935 return imsPhone.getRingingCall(); in getRingingCall()1114 Phone imsPhone = mImsPhone; in handleInCallMmiCommands() local1115 if (imsPhone != null in handleInCallMmiCommands()1116 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) { in handleInCallMmiCommands()1117 return imsPhone.handleInCallMmiCommands(dialString); in handleInCallMmiCommands()[all …]
786 Phone imsPhone = mImsPhone; in handleSrvccStateChanged() local793 if (imsPhone != null) { in handleSrvccStateChanged()794 conn = imsPhone.getHandoverConnection(); in handleSrvccStateChanged()795 migrateFrom(imsPhone); in handleSrvccStateChanged()802 if (imsPhone != null) { in handleSrvccStateChanged()803 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()3461 Phone imsPhone = mImsPhone; in getVoicePhoneServiceState() local3462 if (imsPhone != null in getVoicePhoneServiceState()3463 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) { in getVoicePhoneServiceState()3535 Phone imsPhone = mImsPhone; in isImsRegistered() local[all …]
383 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) {384 return new ImsPhoneCallTracker(imsPhone);387 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone) {389 return new ImsExternalCallTracker(imsPhone);
614 Phone imsPhone = p.getImsPhone(); in isEmergency()615 if (imsPhone != null && imsPhone.isInEmergencyCall()) { in isEmergency()626 Phone imsPhone = p.getImsPhone(); in isInEmergencyCallbackMode()627 if (imsPhone != null && imsPhone.isInEcm()) { in isInEmergencyCallbackMode()
391 Phone imsPhone = phone.getImsPhone(); in unregisterPhone() local392 if (imsPhone != null) { in unregisterPhone()393 unregisterPhone(imsPhone); in unregisterPhone()806 Phone imsPhone = phone.getImsPhone(); in dial() local808 && (imsPhone == null || imsPhone != activePhone)) { in dial()
769 Phone imsPhone = mPhone.getImsPhone(); in updatePhoneState() local770 if ( mState == PhoneConstants.State.OFFHOOK && (imsPhone != null)){ in updatePhoneState()771 imsPhone.callEndCleanupHandOverCallIfAny(); in updatePhoneState()1155 Phone imsPhone = mPhone.getImsPhone(); in handlePollCalls() local1156 if (imsPhone != null) { in handlePollCalls()1157 imsPhone.callEndCleanupHandOverCallIfAny(); in handlePollCalls()
1038 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) { in checkWfcWifiOnlyModeBeforeDial() argument