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

Commit 24eec3ba authored by Matías Hernández's avatar Matías Hernández Committed by Android (Google) Code Review
Browse files

Merge "Make ZenPolicy.peopleTypeToString available for tests" into main

parents fd593b79 acbc8f40
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1240,7 +1240,10 @@ public final class ZenPolicy implements Parcelable {
        return "invalidState{" + state + "}";
    }

    private String peopleTypeToString(@PeopleType int peopleType) {
    /**
     * @hide
     */
    public static String peopleTypeToString(@PeopleType int peopleType) {
        switch (peopleType) {
            case PEOPLE_TYPE_ANYONE:
                return "anyone";