Searched refs:wfcEnabled (Results 1 – 2 of 2) sorted by relevance
407 final boolean wfcEnabled = queryIms.isEnabledByUser() in updateBody()409 mSwitchBar.setChecked(wfcEnabled); in updateBody()414 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateBody()519 private void updateWfcMode(boolean wfcEnabled) { in updateWfcMode() argument520 Log.i(TAG, "updateWfcMode(" + wfcEnabled + ")"); in updateWfcMode()521 mImsMmTelManager.setVoWiFiSettingEnabled(wfcEnabled); in updateWfcMode()525 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateWfcMode()526 if (wfcEnabled) { in updateWfcMode()564 private void updateButtonWfcMode(boolean wfcEnabled, in updateButtonWfcMode() argument567 mButtonWfcMode.setEnabled(wfcEnabled && mEditableWfcMode); in updateButtonWfcMode()[all …]
401 boolean wfcEnabled = imsMmTelManager.isVoWiFiSettingEnabled(); in getCurrentUriSetting()402 int event = (wfcEnabled) ? WIFI_CALLING_ENABLE_EVENT : WIFI_CALLING_DISABLE_EVENT; in getCurrentUriSetting()