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

Commit a00318f1 authored by Ling Ma's avatar Ling Ma Committed by Automerger Merge Worker
Browse files

Merge "Add dataFailCause existence check" into tm-dev am: 9525088a

parents 4b8d4c83 9525088a
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);
    }
}