Merge "Modify KEY_IMS_REASONINFO_MAPPING_STRING_ARRAY's description" am: e02ea9b779

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

Change-Id: Id52c98803f9017c63358884001ef6819c4c8a46b
This commit is contained in:
Treehugger Robot
2022-01-18 23:40:56 +00:00
committed by Automerger Merge Worker

View File

@@ -2459,6 +2459,10 @@ public class CarrierConfigManager {
* *
* Note: If {@code *} is specified for the original code, any ImsReasonInfo with the matching * Note: If {@code *} is specified for the original code, any ImsReasonInfo with the matching
* {@code MESSAGE} will be remapped to {@code NEW_CODE}. * {@code MESSAGE} will be remapped to {@code NEW_CODE}.
* If {@code *} is specified for the message, any ImsReasonInfo with the matching
* {@code ORIGINAL_CODE} will be remapped to {@code NEW_CODE}.
* The wildcard for {@code ORIGINAL_CODE} takes precedence to the wildcard for {@code MESSAGE}.
* A mapping with both wildcards has no effect.
* *
* Example: "501|call completion elsewhere|1014" * Example: "501|call completion elsewhere|1014"
* When the {@link ImsReasonInfo#getCode()} is {@link ImsReasonInfo#CODE_USER_TERMINATED} and * When the {@link ImsReasonInfo#getCode()} is {@link ImsReasonInfo#CODE_USER_TERMINATED} and