Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCallBarringEditPreference.java259 ImsPhone imsPhone = mPhone != null ? (ImsPhone) mPhone.getImsPhone() : null; in setShowPassword() local
260 mShowPassword = !(imsPhone != null in setShowPassword()
261 && ((imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) in setShowPassword()
262 || imsPhone.isUtEnabled())); in setShowPassword()
316 ImsPhone imsPhone = pref.mPhone != null in handleGetCallBarringResponse() local
318 if (!pref.mShowPassword && (imsPhone == null || !imsPhone.isUtEnabled())) { in handleGetCallBarringResponse()
DCallBarringDeselectAllPreference.java54 ImsPhone imsPhone = mPhone != null ? (ImsPhone) mPhone.getImsPhone() : null; in showDialog() local
55 mShowPassword = !(imsPhone != null in showDialog()
56 && ((imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) in showDialog()
57 || imsPhone.isUtEnabled())); in showDialog()
DEmergencyCallbackModeService.java173 Phone imsPhone = mPhone.getImsPhone(); in showNotification() local
174 boolean isInEcm = mPhone.isInEcm() || (imsPhone != null && imsPhone.isInEcm()); in showNotification()
DGsmUmtsCallBarringOptions.java425 ImsPhone imsPhone = mPhone != null ? (ImsPhone) mPhone.getImsPhone() : null; in onCreate() local
426 if (imsPhone != null in onCreate()
427 && ((imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) in onCreate()
428 || imsPhone.isUtEnabled())) { in onCreate()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java664 Phone imsPhone = mConferenceHost.getPhone(); in setConferenceHost() local
666 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in setConferenceHost()
677 if (imsPhone.getCurrentSubscriberUris() != null) { in setConferenceHost()
679 new ArrayList<>(Arrays.asList(imsPhone.getCurrentSubscriberUris()))); in setConferenceHost()
1120 Phone imsPhone = mConferenceHost.getPhone(); in handleOriginalConnectionChange() local
1124 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in handleOriginalConnectionChange()
DTelephonyConnection.java950 ImsPhone imsPhone = (ImsPhone) phone; in performHold() local
951 imsPhone.holdActiveCall(); in performHold()
973 ImsPhone imsPhone = (ImsPhone) phone; in performUnhold() local
974 imsPhone.unholdHeldCall(); in performUnhold()
1281 ImsPhone imsPhone = (ImsPhone) phone; in shouldSetDisableAddCallExtra() local
1282 if (imsPhone.getForegroundCall() != null in shouldSetDisableAddCallExtra()
1283 && imsPhone.getForegroundCall().getImsCall() != null) { in shouldSetDisableAddCallExtra()
1284 ImsCall call = imsPhone.getForegroundCall().getImsCall(); in shouldSetDisableAddCallExtra()
DImsConferenceController.java372 Phone imsPhone = connection.getPhone(); in startConference() local
376 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in startConference()
DTelephonyConnectionService.java971 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in onCreateUnknownConnection() local
972 ImsExternalCallTracker externalCallTracker = imsPhone.getExternalCallTracker(); in onCreateUnknownConnection()