Home
last modified time | relevance | path

Searched refs:imsPhoneCall (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java197 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent() local
198 if (imsPhoneCall == null) { in handleHandoverFailedIntent()
202 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()
226 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage() local
227 if (imsPhoneCall == null) { in handleTestConferenceEventPackage()
231 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
DPhone.java2234 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference() local
2235 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()