Searched refs:imsPhone (Results 1 – 5 of 5) sorted by relevance
592 Phone imsPhone = mConferenceHost.getPhone(); in setConferenceHost() local594 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() local874 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in handleOriginalConnectionChange()
976 ImsPhone imsPhone = (ImsPhone) phone; in shouldSetDisableAddCallExtra() local977 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
366 Phone imsPhone = connection.getPhone(); in startConference() local370 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in startConference()
713 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in onCreateUnknownConnection() local714 ImsExternalCallTracker externalCallTracker = imsPhone.getExternalCallTracker(); in onCreateUnknownConnection()
173 Phone imsPhone = mPhone.getImsPhone(); in showNotification() local174 boolean isInEcm = mPhone.isInEcm() || (imsPhone != null && imsPhone.isInEcm()); in showNotification()