Home
last modified time | relevance | path

Searched refs:ImsUtil (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DImsUtil.java31 public class ImsUtil { class
32 private static final String LOG_TAG = ImsUtil.class.getSimpleName();
37 private ImsUtil() { in ImsUtil() method in ImsUtil
/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java36 import com.android.phone.ImsUtil;
748 } else if (ImsUtil.shouldPromoteWfc(context, phoneId)) { in toTelecomDisconnectCauseDescription()
750 } else if (ImsUtil.isWfcModeWifiOnly(context, phoneId)) { in toTelecomDisconnectCauseDescription()
752 } else if (ImsUtil.isWfcEnabled(context, phoneId)) { in toTelecomDisconnectCauseDescription()
785 if (ImsUtil.shouldPromoteWfc(context, phoneId)) { in toTelecomDisconnectCauseDescription()
787 } else if (ImsUtil.isWfcModeWifiOnly(context, phoneId)) { in toTelecomDisconnectCauseDescription()
789 } else if (ImsUtil.isWfcEnabled(context, phoneId)) { in toTelecomDisconnectCauseDescription()
925 if (ImsUtil.shouldPromoteWfc(context, phoneId)) { in toTelecomDisconnectReason()
DTelephonyConnection.java92 import com.android.phone.ImsUtil;
3213 return ImsUtil.isWfcEnabled(phone.getContext(), phone.getPhoneId()); in isWfcEnabled()