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

Commit acbc8f40 authored by Matías Hernández's avatar Matías Hernández
Browse files

Make ZenPolicy.peopleTypeToString available for tests

Bug: 354658240
Test: N/A
Flag: EXEMPT broadening visibility of hidden method
Change-Id: I221b037ae5556f175116625e352ce02e3e566573
parent 57ec0598
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";