Searched refs:imsPhone (Results 1 – 7 of 7) sorted by relevance
713 Phone imsPhone = mImsPhone; in acceptCall() local714 if ( imsPhone != null && imsPhone.getRingingCall().isRinging() ) { in acceptCall()715 imsPhone.acceptCall(videoState); in acceptCall()837 Phone imsPhone = mImsPhone; in getRingingCall() local845 if ( imsPhone != null && imsPhone.getRingingCall().isRinging()) { in getRingingCall()846 return imsPhone.getRingingCall(); in getRingingCall()998 Phone imsPhone = mImsPhone; in handleInCallMmiCommands() local999 if (imsPhone != null in handleInCallMmiCommands()1000 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) { in handleInCallMmiCommands()1001 return imsPhone.handleInCallMmiCommands(dialString); in handleInCallMmiCommands()[all …]
145 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() local146 if (imsPhone == null) { in handleTestConferenceEventPackage()150 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage()184 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestDialogEventPackageIntent() local185 if (imsPhone == null) { in handleTestDialogEventPackageIntent()188 ImsExternalCallTracker externalCallTracker = imsPhone.getExternalCallTracker(); in handleTestDialogEventPackageIntent()
117 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) { in makeImsPhoneCallTracker() argument118 return new ImsPhoneCallTracker(imsPhone); in makeImsPhoneCallTracker()121 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone, in makeImsExternalCallTracker() argument124 return new ImsExternalCallTracker(imsPhone, callPuller); in makeImsExternalCallTracker()
647 Phone imsPhone = mImsPhone; in handleSrvccStateChanged() local654 if (imsPhone != null) { in handleSrvccStateChanged()655 conn = imsPhone.getHandoverConnection(); in handleSrvccStateChanged()656 migrateFrom(imsPhone); in handleSrvccStateChanged()663 if (imsPhone != null) { in handleSrvccStateChanged()664 imsPhone.notifySrvccState(srvccState); in handleSrvccStateChanged()2862 Phone imsPhone = mImsPhone; in getVoicePhoneServiceState() local2863 if (imsPhone != null in getVoicePhoneServiceState()2864 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) { in getVoicePhoneServiceState()2936 Phone imsPhone = mImsPhone; in isImsRegistered() local[all …]
401 Phone imsPhone = phone.getImsPhone(); in unregisterPhone() local402 if (imsPhone != null) { in unregisterPhone()403 unregisterPhone(imsPhone); in unregisterPhone()951 Phone imsPhone = phone.getImsPhone(); in dial() local953 && (imsPhone == null || imsPhone != activePhone)) { in dial()
693 Phone imsPhone = mPhone.getImsPhone(); in updatePhoneState() local694 if ( mState == PhoneConstants.State.OFFHOOK && (imsPhone != null)){ in updatePhoneState()695 imsPhone.callEndCleanupHandOverCallIfAny(); in updatePhoneState()
1028 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) { in checkWfcWifiOnlyModeBeforeDial() argument