Searched refs:imsPhoneCall (Results 1 – 3 of 3) 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()
2720 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference() local2721 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()
3395 ImsPhoneCall imsPhoneCall = conn.getCall();3396 if (imsPhoneCall != null) {3399 imsPhoneCall.maybeStopRingback();