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

Commit f7379b78 authored by Youming Ye's avatar Youming Ye Committed by Gerrit Code Review
Browse files

Merge "Annonate the method which returns ImsReasonInfo."

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