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

Commit 478a6e14 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add dataFailCause existence check"

parents 1cdbdd90 cc81dbcf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1673,4 +1673,9 @@ public final class DataFailCause {
            return UNKNOWN;
        }
    }

    /** @hide */
    public static boolean isFailCauseExisting(@DataFailureCause int failCause) {
        return sFailCauseMap.containsKey(failCause);
    }
}