Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java237 protected ImsPhone mImsPhone = null; field in PhoneBase
525 ImsPhone imsPhone = mImsPhone; in dispose()
542 ImsPhone imsPhone = mImsPhone; in removeReferences()
545 mImsPhone = null; in removeReferences()
678 ImsPhone imsPhone = mImsPhone; in handleSrvccStateChanged()
1634 if (mImsPhone != null) { in isVideoCallPresent()
1635 isVideoCallActive = isVideoCall(mImsPhone.getForegroundCall()) || in isVideoCallPresent()
1636 isVideoCall(mImsPhone.getBackgroundCall()) || in isVideoCallPresent()
1637 isVideoCall(mImsPhone.getRingingCall()); in isVideoCallPresent()
2100 return mImsPhone; in getImsPhone()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java264 if (mImsPhone != null) { in getServiceState()
267 mImsPhone.getServiceState()); in getServiceState()
286 if (mImsPhone != null) { in getState()
287 PhoneConstants.State imsState = mImsPhone.getState(); in getState()
506 ImsPhone imsPhone = mImsPhone; in acceptCall()
529 if (mImsPhone != null) { in canConference()
530 canImsConference = mImsPhone.canConference(); in canConference()
541 if (mImsPhone != null && mImsPhone.canConference()) { in conference()
543 mImsPhone.conference(); in conference()
578 ImsPhone imsPhone = mImsPhone; in getRingingCall()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java273 if (mImsPhone != null) { in getServiceState()
276 mImsPhone.getServiceState()); in getServiceState()
296 if (mImsPhone != null) { in getState()
297 PhoneConstants.State imsState = mImsPhone.getState(); in getState()
324 ImsPhone imPhone = mImsPhone; in getRingingCall()
335 if (mImsPhone != null) { in setUiTTYMode()
336 mImsPhone.setUiTTYMode(uiTtyMode, onComplete); in setUiTTYMode()
352 if (mImsPhone != null && mImsPhone.canConference()) { in conference()
354 mImsPhone.conference(); in conference()
431 ImsPhone imsPhone = mImsPhone; in dial()
[all …]