Searched refs:wfcMode (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Settings/src/com/android/settings/wifi/calling/ |
D | WifiCallingSettingsForSub.java | 419 int wfcMode = ImsMmTelManager.WIFI_MODE_UNKNOWN; in updateBody() local 423 wfcMode = mImsMmTelManager.getVoWiFiModeSetting(); in updateBody() 429 mButtonWfcMode.setValue(Integer.toString(wfcMode)); in updateBody() 431 updateButtonWfcMode(wfcEnabled && !hasException, wfcMode, wfcRoamingMode); in updateBody() 534 int wfcMode = ImsMmTelManager.WIFI_MODE_UNKNOWN; in updateWfcMode() local 538 wfcMode = mImsMmTelManager.getVoWiFiModeSetting(); in updateWfcMode() 545 updateButtonWfcMode(wfcEnabled && !hasException, wfcMode, wfcRoamingMode); in updateWfcMode() 547 mMetricsFeatureProvider.action(getActivity(), getMetricsCategory(), wfcMode); in updateWfcMode() local 583 int wfcMode, int wfcRoamingMode) { in updateButtonWfcMode() argument 584 mButtonWfcMode.setSummary(getWfcModeSummary(wfcMode)); in updateButtonWfcMode() [all …]
|
D | WifiCallingSliceHelper.java | 227 int wfcMode = -1; in createWifiCallingPreferenceSlice() local 231 wfcMode = getWfcMode(imsMmTelManager); in createWifiCallingPreferenceSlice() 246 isWifiOnlySupported, wfcMode, sliceUri, subId); in createWifiCallingPreferenceSlice() 326 private CharSequence getWifiCallingPreferenceSummary(int wfcMode, int subId) { in getWifiCallingPreferenceSummary() argument 328 switch (wfcMode) { in getWifiCallingPreferenceSummary() 352 int wfcMode = ImsMmTelManager.WIFI_MODE_UNKNOWN; in getWfcMode() 354 wfcMode = imsMmTelManager.getVoWiFiModeSetting(); in getWfcMode() 358 return wfcMode; in getWfcMode()
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/atoms/ |
D | AtomsQualifiedRatListChangedInfo.java | 99 int wfcMode, in AtomsQualifiedRatListChangedInfo() argument 117 mWfcMode = wfcMode; in AtomsQualifiedRatListChangedInfo() 241 public void setWfcMode(int wfcMode) { in setWfcMode() argument 242 mWfcMode = wfcMode; in setWfcMode()
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | QnsMetrics.java | 258 int wfcMode = getWfcMode(coverage, settingWfcMode, settingWfcRoamingMode); in procQualifiedRatListChanged() local 278 wfcMode, in procQualifiedRatListChanged() 464 int wfcMode, in writeQualifiedRatListChangedInfo() argument 483 wfcMode, in writeQualifiedRatListChangedInfo() 923 private int getWfcMode(int coverage, int wfcMode, int wfcRoamingMode) { in getWfcMode() argument 924 return coverage == QnsConstants.COVERAGE_HOME ? wfcMode : wfcRoamingMode; in getWfcMode()
|
D | QnsEventDispatcher.java | 631 int wfcMode = QnsUtils.getWfcMode(mQnsImsManager, false); in notifyCurrentSetting() local 632 if (mLastWfcMode != wfcMode || bForceUpdate) { in notifyCurrentSetting() 633 switch (wfcMode) { in notifyCurrentSetting() 644 mLastWfcMode = wfcMode; in notifyCurrentSetting() 645 sb.append(", wfcMode:").append(wfcMode); in notifyCurrentSetting()
|
D | QnsImsManager.java | 1057 int wfcMode; in getWfcMode() local 1060 wfcMode = mmTelManager.getVoWiFiModeSetting(); in getWfcMode() 1062 wfcMode = in getWfcMode() 1066 log("getWfcMode:" + wfcMode); in getWfcMode() 1067 return wfcMode; in getWfcMode()
|
D | QnsUtils.java | 224 int wfcMode = imsManager.getWfcMode(roaming); in getWfcMode() local 229 + wfcMode in getWfcMode() 232 return wfcMode; in getWfcMode()
|
D | QnsCarrierConfigManager.java | 1877 boolean isChooseWfcPreferredTransportInBothBadCondition(int wfcMode) { in isChooseWfcPreferredTransportInBothBadCondition() argument 1883 if (wfcMode == i) { in isChooseWfcPreferredTransportInBothBadCondition()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallFeaturesSetting.java | 520 int wfcMode = mImsMgr.getWfcMode(isRoaming && !useWfcHomeModeForRoaming); in updateVtWfc() local 521 switch (wfcMode) { in updateVtWfc() 532 if (DBG) log("Unexpected WFC mode value: " + wfcMode); in updateVtWfc()
|