Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsEventDispatcher.java664 int wfcModeRoaming = QnsUtils.getWfcMode(mQnsImsManager, true); in notifyCurrentSetting() local
665 if (mLastWfcModeRoaming != wfcModeRoaming || bForceUpdate) { in notifyCurrentSetting()
666 switch (wfcModeRoaming) { in notifyCurrentSetting()
677 mLastWfcModeRoaming = wfcModeRoaming; in notifyCurrentSetting()
678 sb.append(", wfcModeRoaming:").append(wfcModeRoaming); in notifyCurrentSetting()