Searched refs:imsPhoneCall (Results 1 – 2 of 2) sorted by relevance
270 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent() local271 if (imsPhoneCall == null) { in handleHandoverFailedIntent()275 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()320 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage() local321 if (imsPhoneCall == null) { in handleTestConferenceEventPackage()325 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()499 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in testImsECall() local500 if (imsPhoneCall == null) { in testImsECall()504 ImsCall imsCall = imsPhoneCall.getImsCall(); in testImsECall()
2712 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference() local2713 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()