Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DImsUtil.java51 public static boolean isWfcEnabled(Context context) { in isWfcEnabled() method in ImsUtil
67 return isWfcEnabled(context) && isWifiOnlyMode; in isWfcModeWifiOnly()
/packages/apps/Settings/src/com/android/settings/
DWifiCallingSettings.java79 boolean isWfcEnabled = switchBar.getSwitch().isChecked()
87 pref.setEnabled(isWfcEnabled
/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java286 } else if (ImsUtil.isWfcEnabled(context)) { in toTelecomDisconnectCauseDescription()
308 } else if (ImsUtil.isWfcEnabled(context)) { in toTelecomDisconnectCauseDescription()