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

Commit 5cc33519 authored by paulye's avatar paulye
Browse files

Annonate the method which returns ImsReasonInfo.

Test: Compilation
Bug: 123223018
Change-Id: Ib3cc36aca893ce1c4608e7571bd9afc392d60c81
parent b74e4b34
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) {