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

Commit 1280c4f3 authored by Rachel Lee's avatar Rachel Lee
Browse files

SuppressLint of UnflaggedApi in WM @TestApi

The flagging was added before suppressing lint for purely CTS
improvements was allowed. Removing so we don't have to track this flag.

Test: presubmit
Change-Id: I5d34de9502282360d3096369a6120db90f6763aa
parent c094c4cd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3906,6 +3906,7 @@ public interface WindowManager extends ViewManager {
         * This value is ignored if {@link #preferredDisplayModeId} is set.
         * @hide
         */
        @SuppressLint("UnflaggedApi") // @TestApi without associated feature.
        @TestApi
        public float preferredMinDisplayRefreshRate;

@@ -3915,6 +3916,7 @@ public interface WindowManager extends ViewManager {
         * This value is ignored if {@link #preferredDisplayModeId} is set.
         * @hide
         */
        @SuppressLint("UnflaggedApi") // @TestApi without associated feature.
        @TestApi
        public float preferredMaxDisplayRefreshRate;