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

Commit d653be4c authored by Yeabkal Wubshit's avatar Yeabkal Wubshit Committed by Android (Google) Code Review
Browse files

Merge "Add @RavenwoodKeep to toString methods in Display" into main

parents 9fb10171 586516ae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2087,6 +2087,7 @@ public final class Display {
    /**
     * @hide
     */
    @android.ravenwood.annotation.RavenwoodKeep
    public static String stateToString(int state) {
        switch (state) {
            case STATE_UNKNOWN:
@@ -2109,6 +2110,7 @@ public final class Display {
    }

    /** @hide */
    @android.ravenwood.annotation.RavenwoodKeep
    public static String stateReasonToString(@StateReason int reason) {
        switch (reason) {
            case STATE_REASON_UNKNOWN: