Searched refs:bForceUpdate (Results 1 – 2 of 2) sorted by relevance
578 void notifyCurrentSetting(Uri uri, boolean bForceUpdate) { in notifyCurrentSetting() argument594 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()
1852 boolean bForceUpdate) { in buildAccessNetworkSelectionPolicy() argument1853 if (mAnspPolicyMap == null || bForceUpdate) { in buildAccessNetworkSelectionPolicy()