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

Commit 7c4e6e93 authored by Sally Qi's avatar Sally Qi
Browse files

Add annotation for ImageReader.Builder.setUsage function parameter

Bug: 216294781
Test: builds
Change-Id: I361ae8e80bf1898f284d6e63d5fd932d2d15bed1
parent a1e7a448
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -963,7 +963,7 @@ public class ImageReader implements AutoCloseable {
         *
         * @see HardwareBuffer
         */
        public @NonNull Builder setUsage(long usage) {
        public @NonNull Builder setUsage(@Usage long usage) {
            mUsage = usage;
            return this;
        }