Searched refs:imsPhone (Results 1 – 8 of 8) sorted by relevance
259 ImsPhone imsPhone = mPhone != null ? (ImsPhone) mPhone.getImsPhone() : null; in setShowPassword() local260 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() local318 if (!pref.mShowPassword && (imsPhone == null || !imsPhone.isUtEnabled())) { in handleGetCallBarringResponse()
54 ImsPhone imsPhone = mPhone != null ? (ImsPhone) mPhone.getImsPhone() : null; in showDialog() local55 mShowPassword = !(imsPhone != null in showDialog()56 && ((imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) in showDialog()57 || imsPhone.isUtEnabled())); in showDialog()
173 Phone imsPhone = mPhone.getImsPhone(); in showNotification() local174 boolean isInEcm = mPhone.isInEcm() || (imsPhone != null && imsPhone.isInEcm()); in showNotification()
425 ImsPhone imsPhone = mPhone != null ? (ImsPhone) mPhone.getImsPhone() : null; in onCreate() local426 if (imsPhone != null in onCreate()427 && ((imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) in onCreate()428 || imsPhone.isUtEnabled())) { in onCreate()
664 Phone imsPhone = mConferenceHost.getPhone(); in setConferenceHost() local666 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() local1124 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in handleOriginalConnectionChange()
950 ImsPhone imsPhone = (ImsPhone) phone; in performHold() local951 imsPhone.holdActiveCall(); in performHold()973 ImsPhone imsPhone = (ImsPhone) phone; in performUnhold() local974 imsPhone.unholdHeldCall(); in performUnhold()1281 ImsPhone imsPhone = (ImsPhone) phone; in shouldSetDisableAddCallExtra() local1282 if (imsPhone.getForegroundCall() != null in shouldSetDisableAddCallExtra()1283 && imsPhone.getForegroundCall().getImsCall() != null) { in shouldSetDisableAddCallExtra()1284 ImsCall call = imsPhone.getForegroundCall().getImsCall(); in shouldSetDisableAddCallExtra()
372 Phone imsPhone = connection.getPhone(); in startConference() local376 PhoneUtils.makePstnPhoneAccountHandle(imsPhone.getDefaultPhone()); in startConference()
971 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in onCreateUnknownConnection() local972 ImsExternalCallTracker externalCallTracker = imsPhone.getExternalCallTracker(); in onCreateUnknownConnection()