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.java322 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage() local
323 if (imsPhoneCall == null) { in handleTestConferenceEventPackage()
327 ImsCall imsCall = imsPhoneCall.getImsCall(); in handleTestConferenceEventPackage()
516 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in getImsCall() local
517 if (imsPhoneCall == null) { in getImsCall()
521 ImsCall imsCall = imsPhoneCall.getImsCall(); in getImsCall()
DPhone.java2954 ImsPhoneCall imsPhoneCall = (ImsPhoneCall) call; in isVideoCallOrConference() local
2955 ImsCall imsCall = imsPhoneCall.getImsCall(); in isVideoCallOrConference()