Searched refs:isWfcEnabled (Results 1 – 5 of 5) sorted by relevance
56 public static boolean isWfcEnabled(Context context) { in isWfcEnabled() method in ImsUtil57 return isWfcEnabled(context, SubscriptionManager.getDefaultVoicePhoneId()); in isWfcEnabled()63 public static boolean isWfcEnabled(Context context, int phoneId) { in isWfcEnabled() method in ImsUtil92 return isWfcEnabled(context, phoneId) && isWifiOnlyMode; in isWfcModeWifiOnly()145 return ni.getType() == ConnectivityManager.TYPE_WIFI && !isWfcEnabled(context, in shouldPromoteWfc()
121 final boolean isWfcEnabled = mSwitchBar.isChecked() in onCallStateChanged()146 pref.setEnabled(isWfcEnabled && isWfcModeEditable in onCallStateChanged()152 pref_roam.setEnabled(isWfcEnabled && isWfcRoamingModeEditable in onCallStateChanged()
269 boolean isWfcEnabled(Phone phone) { in isWfcEnabled() method in TestTelephonyConnection
672 } else if (ImsUtil.isWfcEnabled(context, phoneId)) { in toTelecomDisconnectCauseDescription()704 } else if (ImsUtil.isWfcEnabled(context, phoneId)) { in toTelecomDisconnectCauseDescription()
1856 isVowifiEnabled = isWfcEnabled(phone); in shouldSetDisableAddCallExtra()3035 isVoWifiEnabled = isWfcEnabled(phone); in refreshConferenceSupported()3106 boolean isWfcEnabled(Phone phone) { in isWfcEnabled() method in TelephonyConnection3107 return ImsUtil.isWfcEnabled(phone.getContext(), phone.getPhoneId()); in isWfcEnabled()