Home
last modified time | relevance | path

Searched refs:shouldPromoteWfc (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DImsUtil.java101 public static boolean shouldPromoteWfc(Context context) { in shouldPromoteWfc() method in ImsUtil
102 return shouldPromoteWfc(context, SubscriptionManager.getDefaultVoicePhoneId()); in shouldPromoteWfc()
113 public static boolean shouldPromoteWfc(Context context, int phoneId) { in shouldPromoteWfc() method in ImsUtil
/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java662 if (ImsUtil.shouldPromoteWfc(context, phoneId)) { in toTelecomDisconnectCauseDescription()
694 if (ImsUtil.shouldPromoteWfc(context, phoneId)) { in toTelecomDisconnectCauseDescription()
810 if (ImsUtil.shouldPromoteWfc(context, phoneId)) { in toTelecomDisconnectReason()