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.java270 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent() local
271 if (imsPhoneCall == null) { in handleHandoverFailedIntent()
275 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()
320 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage() local
321 if (imsPhoneCall == null) { in handleTestConferenceEventPackage()
325 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
499 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in testImsECall() local
500 if (imsPhoneCall == null) { in testImsECall()
504 ImsCall imsCall = imsPhoneCall.getImsCall(); in testImsECall()
DPhone.java2712 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference() local
2713 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()