Searched refs:wfcRoamingMode (Results 1 – 1 of 1) sorted by relevance
411 final int wfcRoamingMode = mImsMmTelManager.getVoWiFiRoamingModeSetting(); in updateBody() local413 mButtonWfcRoamingMode.setValue(Integer.toString(wfcRoamingMode)); in updateBody()414 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateBody()524 final int wfcRoamingMode = mImsMmTelManager.getVoWiFiRoamingModeSetting(); in updateWfcMode() local525 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateWfcMode()565 int wfcMode, int wfcRoamingMode) { in updateButtonWfcMode() argument