Searched refs:imsPhoneCall (Results 1 – 3 of 3) sorted by relevance
252 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent() local253 if (imsPhoneCall == null) { in handleHandoverFailedIntent()257 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()281 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage() local282 if (imsPhoneCall == null) { in handleTestConferenceEventPackage()286 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()413 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in testImsECall() local414 if (imsPhoneCall == null) { in testImsECall()418 ImsCall imsCall = imsPhoneCall.getImsCall(); in testImsECall()
2448 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference() local2449 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()
2828 ImsPhoneCall imsPhoneCall = conn.getCall();2829 if (imsPhoneCall != null) {2832 imsPhoneCall.maybeStopRingback();