Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSettingsForSub.java411 final int wfcRoamingMode = mImsMmTelManager.getVoWiFiRoamingModeSetting(); in updateBody() local
413 mButtonWfcRoamingMode.setValue(Integer.toString(wfcRoamingMode)); in updateBody()
414 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateBody()
524 final int wfcRoamingMode = mImsMmTelManager.getVoWiFiRoamingModeSetting(); in updateWfcMode() local
525 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateWfcMode()
565 int wfcMode, int wfcRoamingMode) { in updateButtonWfcMode() argument