Home
last modified time | relevance | path

Searched refs:imsPhone (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java592 Phone imsPhone = mConferenceHost.getPhone(); in setConferenceHost() local
594 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in setConferenceHost()
605 if (imsPhone.getCurrentSubscriberUris() != null) { in setConferenceHost()
607 new ArrayList<>(Arrays.asList(imsPhone.getCurrentSubscriberUris()))); in setConferenceHost()
870 Phone imsPhone = mConferenceHost.getPhone(); in handleOriginalConnectionChange() local
874 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in handleOriginalConnectionChange()
DTelephonyConnection.java976 ImsPhone imsPhone = (ImsPhone) phone; in shouldSetDisableAddCallExtra() local
977 if (imsPhone.getForegroundCall() != null in shouldSetDisableAddCallExtra()
978 && imsPhone.getForegroundCall().getImsCall() != null) { in shouldSetDisableAddCallExtra()
979 ImsCall call = imsPhone.getForegroundCall().getImsCall(); in shouldSetDisableAddCallExtra()
1762 ImsPhone imsPhone = (ImsPhone) phone; in refreshConferenceSupported() local
DImsConferenceController.java366 Phone imsPhone = connection.getPhone(); in startConference() local
370 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in startConference()
DTelephonyConnectionService.java713 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in onCreateUnknownConnection() local
714 ImsExternalCallTracker externalCallTracker = imsPhone.getExternalCallTracker(); in onCreateUnknownConnection()
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java173 Phone imsPhone = mPhone.getImsPhone(); in showNotification() local
174 boolean isInEcm = mPhone.isInEcm() || (imsPhone != null && imsPhone.isInEcm()); in showNotification()