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

Commit 6d016771 authored by Youming Ye's avatar Youming Ye Committed by android-build-merger
Browse files

Merge "Annonate the method which returns ImsReasonInfo."

am: f7379b78

Change-Id: I9eead37ffbad86acb67e94b7adfbb484bf32df7b
parents f4e514e6 f7379b78
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) {