Merge "Update handover rule java doc" am: a535dfe28a am: 40555ca1fa

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2050104

Change-Id: I606672038d2eb96ae364680f711746f3486a2cd2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2022-03-30 19:31:40 +00:00 committed by Automerger Merge Worker
commit f214f95f6b

View File

@ -5842,8 +5842,9 @@ public class CarrierConfigManager {
* <item value="source=GERAN|UTRAN, target:IWLAN, type=disallowed"/>
* <!-- Handover from IWLAN to 3G/4G/5G is not allowed if the device is roaming. -->
* <item value="source=IWLAN, target=UTRAN|EUTRAN|NGRAN, roaming=true, type=disallowed"/>
* <!-- Handover from 4G to IWLAN is not allowed -->
* <item value="source=EUTRAN, target=IWLAN, type=disallowed"/>
* <!-- Handover from 4G to IWLAN is not allowed if the device has capability in either IMS
* or EIMS-->
* <item value="source=EUTRAN, target=IWLAN, type=disallowed, capabilities=IMS|EIMS"/>
* <!-- Handover is always allowed in any condition. -->
* <item value="source=GERAN|UTRAN|EUTRAN|NGRAN|IWLAN,
* target=GERAN|UTRAN|EUTRAN|NGRAN|IWLAN, type=allowed"/>