Searched refs:imsPhoneCall (Results 1 – 2 of 2) sorted by relevance
228 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent() local229 if (imsPhoneCall == null) { in handleHandoverFailedIntent()233 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()257 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage() local258 if (imsPhoneCall == null) { in handleTestConferenceEventPackage()262 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
2255 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference() local2256 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()