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.java228 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent() local
229 if (imsPhoneCall == null) { in handleHandoverFailedIntent()
233 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleHandoverFailedIntent()
257 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage() local
258 if (imsPhoneCall == null) { in handleTestConferenceEventPackage()
262 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
DPhone.java2255 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference() local
2256 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()