Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DWifiCallingSettings.java260 int wfcRoamingMode = ImsManager.getWfcMode(context, true); in onResume() local
262 mButtonWfcRoamingMode.setValue(Integer.toString(wfcRoamingMode)); in onResume()
263 updateButtonWfcMode(context, wfcEnabled, wfcMode, wfcRoamingMode); in onResume()
356 int wfcRoamingMode = ImsManager.getWfcMode(context, true); in updateWfcMode() local
357 updateButtonWfcMode(context, wfcEnabled, wfcMode, wfcRoamingMode); in updateWfcMode()
381 int wfcMode, int wfcRoamingMode) { in updateButtonWfcMode() argument