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

Commit 586516ae authored by Yeabkal Wubshit's avatar Yeabkal Wubshit
Browse files

Add @RavenwoodKeep to toString methods in Display

Bug: 367481914
Bug: 364350206
Change-Id: Ifdce8e53a5e07b4aa833ab18b452a492aff3add5
Test: unit tests
Flag: EXEMPT annotation change only
parent 09d5eda4
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: