Searched refs:wfcMode (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/calling/ |
D | WifiCallingSettingsForSub.java | 346 int wfcMode = mImsManager.getWfcMode(false); in updateBody() local 348 mButtonWfcMode.setValue(Integer.toString(wfcMode)); in updateBody() 350 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateBody() 471 int wfcMode = mImsManager.getWfcMode(false); in updateWfcMode() local 473 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateWfcMode() 475 mMetricsFeatureProvider.action(getActivity(), getMetricsCategory(), wfcMode); in updateWfcMode() local 515 int wfcMode, int wfcRoamingMode) { in updateButtonWfcMode() argument 516 mButtonWfcMode.setSummary(getWfcModeSummary(wfcMode)); in updateButtonWfcMode() 578 private int getWfcModeSummary(int wfcMode) { in getWfcModeSummary() argument 581 switch (wfcMode) { in getWfcModeSummary() [all …]
|
D | WifiCallingSliceHelper.java | 249 int wfcMode = -1; in createWifiCallingPreferenceSlice() local 252 wfcMode = getWfcMode(imsManager); in createWifiCallingPreferenceSlice() 266 isWifiOnlySupported, wfcMode, sliceUri); in createWifiCallingPreferenceSlice() 338 private CharSequence getWifiCallingPreferenceSummary(int wfcMode) { in getWifiCallingPreferenceSummary() argument 339 switch (wfcMode) { in getWifiCallingPreferenceSummary()
|
/packages/apps/Settings/src/com/android/settings/wifi/calling/ |
D | WifiCallingSettingsForSub.java | 407 final int wfcMode = mImsMmTelManager.getVoWiFiModeSetting(); in updateBody() local 409 mButtonWfcMode.setValue(Integer.toString(wfcMode)); in updateBody() 411 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateBody() 521 final int wfcMode = mImsMmTelManager.getVoWiFiModeSetting(); in updateWfcMode() local 523 updateButtonWfcMode(wfcEnabled, wfcMode, wfcRoamingMode); in updateWfcMode() 525 mMetricsFeatureProvider.action(getActivity(), getMetricsCategory(), wfcMode); in updateWfcMode() local 563 int wfcMode, int wfcRoamingMode) { in updateButtonWfcMode() argument 564 mButtonWfcMode.setSummary(getWfcModeSummary(wfcMode)); in updateButtonWfcMode() 626 private CharSequence getWfcModeSummary(int wfcMode) { in getWfcModeSummary() argument 629 switch (wfcMode) { in getWfcModeSummary() [all …]
|
D | WifiCallingSliceHelper.java | 232 int wfcMode = -1; in createWifiCallingPreferenceSlice() local 236 wfcMode = getWfcMode(imsMmTelManager); in createWifiCallingPreferenceSlice() 251 isWifiOnlySupported, wfcMode, sliceUri, subId); in createWifiCallingPreferenceSlice() 328 private CharSequence getWifiCallingPreferenceSummary(int wfcMode, int subId) { in getWifiCallingPreferenceSummary() argument 330 switch (wfcMode) { in getWifiCallingPreferenceSummary()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/ |
D | WifiCallingPreferenceController.java | 132 int wfcMode = mImsManager.getWfcMode(isRoaming && wfcRoamingEnabled); in updateState() local 133 switch (wfcMode) { in updateState()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | WifiCallingPreferenceController.java | 140 final int wfcMode = (isRoaming && !useWfcHomeModeForRoaming) in getResourceIdForWfcMode() local 143 switch (wfcMode) { in getResourceIdForWfcMode()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallFeaturesSetting.java | 486 int wfcMode = mImsMgr.getWfcMode(isRoaming && !useWfcHomeModeForRoaming); in updateVtWfc() local 487 switch (wfcMode) { in updateVtWfc() 498 if (DBG) log("Unexpected WFC mode value: " + wfcMode); in updateVtWfc()
|