Searched refs:ImsUtil (Results 1 – 3 of 3) sorted by relevance
31 public class ImsUtil { class32 private static final String LOG_TAG = ImsUtil.class.getSimpleName();37 private ImsUtil() { in ImsUtil() method in ImsUtil
36 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()
92 import com.android.phone.ImsUtil;3213 return ImsUtil.isWfcEnabled(phone.getContext(), phone.getPhoneId()); in isWfcEnabled()