Searched refs:imsPhone (Results 1 – 7 of 7) sorted by relevance
174 Phone imsPhone = mPhone.getImsPhone(); in showNotification() local175 boolean isInEcm = mPhone.isInEcm() || (imsPhone != null && imsPhone.isInEcm()); in showNotification()204 (imsPhone != null && imsPhone.isInImsEcm()) in showNotification()219 (imsPhone != null && imsPhone.isInImsEcm()) in showNotification()
352 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in getImsPhone() local353 if (imsPhone == null) { in getImsPhone()357 return imsPhone; in getImsPhone()
8434 ImsPhone imsPhone = (ImsPhone) defaultPhone; in setCepEnabled() local8436 (ImsPhoneCallTracker) imsPhone.getCallTracker(); in setCepEnabled()8439 + imsPhone.getMsisdn()); in setCepEnabled()
847 Phone imsPhone = mConferenceHost.getPhone(); in setConferenceHost() local849 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in setConferenceHost()860 if (imsPhone.getCurrentSubscriberUris() != null) { in setConferenceHost()862 new ArrayList<>(Arrays.asList(imsPhone.getCurrentSubscriberUris()))); in setConferenceHost()1348 Phone imsPhone = mConferenceHost.getPhone(); in handleOriginalConnectionChange() local1352 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in handleOriginalConnectionChange()
413 Phone imsPhone = connection.getPhone(); in startConference() local417 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in startConference()418 carrierConfig = getCarrierConfig(imsPhone); in startConference()
1106 ImsPhone imsPhone = (ImsPhone) phone; in performHold() local1107 imsPhone.holdActiveCall(); in performHold()1129 ImsPhone imsPhone = (ImsPhone) phone; in performUnhold() local1130 imsPhone.unholdHeldCall(); in performUnhold()
1398 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in onCreateUnknownConnection() local1399 ImsExternalCallTracker externalCallTracker = imsPhone.getExternalCallTracker(); in onCreateUnknownConnection()