Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSettingsForSub.java410 final int wfcMode = mImsMmTelManager.getVoWiFiModeSetting(); in updateBody() local
412 mButtonWfcMode.setValue(Integer.toString(wfcMode)); in updateBody()
414 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateBody()
523 final int wfcMode = mImsMmTelManager.getVoWiFiModeSetting(); in updateWfcMode() local
525 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateWfcMode()
527 mMetricsFeatureProvider.action(getActivity(), getMetricsCategory(), wfcMode); in updateWfcMode() local
565 int wfcMode, int wfcRoamingMode) { in updateButtonWfcMode() argument
566 mButtonWfcMode.setSummary(getWfcModeSummary(wfcMode)); in updateButtonWfcMode()
628 private CharSequence getWfcModeSummary(int wfcMode) { in getWfcModeSummary() argument
631 switch (wfcMode) { in getWfcModeSummary()
[all …]
DWifiCallingSliceHelper.java231 int wfcMode = -1; in createWifiCallingPreferenceSlice() local
235 wfcMode = getWfcMode(imsMmTelManager); in createWifiCallingPreferenceSlice()
250 isWifiOnlySupported, wfcMode, sliceUri, subId); in createWifiCallingPreferenceSlice()
330 private CharSequence getWifiCallingPreferenceSummary(int wfcMode, int subId) { in getWifiCallingPreferenceSummary() argument
332 switch (wfcMode) { in getWifiCallingPreferenceSummary()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DWifiCallingPreferenceController.java144 final int wfcMode = (isRoaming && !useWfcHomeModeForRoaming) in getResourceIdForWfcMode() local
147 switch (wfcMode) { in getResourceIdForWfcMode()
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java501 int wfcMode = mImsMgr.getWfcMode(isRoaming && !useWfcHomeModeForRoaming); in updateVtWfc() local
502 switch (wfcMode) { in updateVtWfc()
513 if (DBG) log("Unexpected WFC mode value: " + wfcMode); in updateVtWfc()