Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e767484 authored by Youming Ye's avatar Youming Ye Committed by android-build-merger
Browse files

Merge "Annonate the method which returns ImsReasonInfo." am: f7379b78

am: 6d016771

Change-Id: Ib5a96c23a11d3564c5064ab67a303ab059f2502c
parents 0f41730a 6d016771
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1791,7 +1791,7 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
     * @return The remapped code.
     */
    @VisibleForTesting
    public int maybeRemapReasonCode(ImsReasonInfo reasonInfo) {
    public @ImsReasonInfo.ImsCode int maybeRemapReasonCode(ImsReasonInfo reasonInfo) {
        int code = reasonInfo.getCode();
        String reason = reasonInfo.getExtraMessage();
        if (reason == null) {