Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java174 Phone imsPhone = mPhone.getImsPhone(); in showNotification() local
175 boolean isInEcm = mPhone.isInEcm() || (imsPhone != null && imsPhone.isInEcm()); in showNotification()
204 (imsPhone != null && imsPhone.isInImsEcm()) in showNotification()
219 (imsPhone != null && imsPhone.isInImsEcm()) in showNotification()
DImsRcsController.java352 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in getImsPhone() local
353 if (imsPhone == null) { in getImsPhone()
357 return imsPhone; in getImsPhone()
DPhoneInterfaceManager.java8434 ImsPhone imsPhone = (ImsPhone) defaultPhone; in setCepEnabled() local
8436 (ImsPhoneCallTracker) imsPhone.getCallTracker(); in setCepEnabled()
8439 + imsPhone.getMsisdn()); in setCepEnabled()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java847 Phone imsPhone = mConferenceHost.getPhone(); in setConferenceHost() local
849 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() local
1352 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in handleOriginalConnectionChange()
DImsConferenceController.java413 Phone imsPhone = connection.getPhone(); in startConference() local
417 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in startConference()
418 carrierConfig = getCarrierConfig(imsPhone); in startConference()
DTelephonyConnection.java1106 ImsPhone imsPhone = (ImsPhone) phone; in performHold() local
1107 imsPhone.holdActiveCall(); in performHold()
1129 ImsPhone imsPhone = (ImsPhone) phone; in performUnhold() local
1130 imsPhone.unholdHeldCall(); in performUnhold()
DTelephonyConnectionService.java1398 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in onCreateUnknownConnection() local
1399 ImsExternalCallTracker externalCallTracker = imsPhone.getExternalCallTracker(); in onCreateUnknownConnection()