Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsEventDispatcher.java578 void notifyCurrentSetting(Uri uri, boolean bForceUpdate) { in notifyCurrentSetting() argument
594 sb.append(", bForceUpdate:").append(bForceUpdate); in notifyCurrentSetting()
605 if (mLastCrossSimCallingEnabled != isCrossSimCallingEnabled || bForceUpdate) { in notifyCurrentSetting()
619 if (mLastWfcEnabled != isWfcEnabled || bForceUpdate) { in notifyCurrentSetting()
632 if (mLastWfcMode != wfcMode || bForceUpdate) { in notifyCurrentSetting()
652 if (mLastWfcRoamingEnabled != isWfcRoamingEnabled || bForceUpdate) { in notifyCurrentSetting()
665 if (mLastWfcModeRoaming != wfcModeRoaming || bForceUpdate) { in notifyCurrentSetting()
DAccessNetworkEvaluator.java1852 boolean bForceUpdate) { in buildAccessNetworkSelectionPolicy() argument
1853 if (mAnspPolicyMap == null || bForceUpdate) { in buildAccessNetworkSelectionPolicy()