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.java103 public static boolean shouldPromoteWfc(Context context) { in shouldPromoteWfc() method in ImsUtil
104 return shouldPromoteWfc(context, SubscriptionManager.getDefaultVoicePhoneId()); in shouldPromoteWfc()
115 public static boolean shouldPromoteWfc(Context context, int phoneId) { in shouldPromoteWfc() method in ImsUtil
/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java748 } else if (ImsUtil.shouldPromoteWfc(context, phoneId)) { in toTelecomDisconnectCauseDescription()
785 if (ImsUtil.shouldPromoteWfc(context, phoneId)) { in toTelecomDisconnectCauseDescription()
925 if (ImsUtil.shouldPromoteWfc(context, phoneId)) { in toTelecomDisconnectReason()