Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java252 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent() local
253 if (imsPhoneCall == null) { in handleHandoverFailedIntent()
257 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()
281 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage() local
282 if (imsPhoneCall == null) { in handleTestConferenceEventPackage()
286 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
413 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in testImsECall() local
414 if (imsPhoneCall == null) { in testImsECall()
418 ImsCall imsCall = imsPhoneCall.getImsCall(); in testImsECall()
DPhone.java2448 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference() local
2449 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2828 ImsPhoneCall imsPhoneCall = conn.getCall();
2829 if (imsPhoneCall != null) {
2832 imsPhoneCall.maybeStopRingback();