Home
last modified time | relevance | path

Searched refs:isWfcEnabled (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DImsUtil.java56 public static boolean isWfcEnabled(Context context) { in isWfcEnabled() method in ImsUtil
57 return isWfcEnabled(context, SubscriptionManager.getDefaultVoicePhoneId()); in isWfcEnabled()
63 public static boolean isWfcEnabled(Context context, int phoneId) { in isWfcEnabled() method in ImsUtil
92 return isWfcEnabled(context, phoneId) && isWifiOnlyMode; in isWfcModeWifiOnly()
145 return ni.getType() == ConnectivityManager.TYPE_WIFI && !isWfcEnabled(context, in shouldPromoteWfc()
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSettingsForSub.java121 final boolean isWfcEnabled = mSwitchBar.isChecked() in onCallStateChanged()
146 pref.setEnabled(isWfcEnabled && isWfcModeEditable in onCallStateChanged()
152 pref_roam.setEnabled(isWfcEnabled && isWfcRoamingModeEditable in onCallStateChanged()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java269 boolean isWfcEnabled(Phone phone) { in isWfcEnabled() method in TestTelephonyConnection
/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java672 } else if (ImsUtil.isWfcEnabled(context, phoneId)) { in toTelecomDisconnectCauseDescription()
704 } else if (ImsUtil.isWfcEnabled(context, phoneId)) { in toTelecomDisconnectCauseDescription()
DTelephonyConnection.java1856 isVowifiEnabled = isWfcEnabled(phone); in shouldSetDisableAddCallExtra()
3035 isVoWifiEnabled = isWfcEnabled(phone); in refreshConferenceSupported()
3106 boolean isWfcEnabled(Phone phone) { in isWfcEnabled() method in TelephonyConnection
3107 return ImsUtil.isWfcEnabled(phone.getContext(), phone.getPhoneId()); in isWfcEnabled()