Searched refs:imsPhoneCall (Results 1 – 2 of 2) sorted by relevance
322 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage() local323 if (imsPhoneCall == null) { in handleTestConferenceEventPackage()327 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()516 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in getImsCall() local517 if (imsPhoneCall == null) { in getImsCall()521 ImsCall imsCall = imsPhoneCall.getImsCall(); in getImsCall()
2954 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference() local2955 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()