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

Commit c016778d authored by Sally Qi's avatar Sally Qi Committed by Android (Google) Code Review
Browse files

Merge "Add annotation for ImageReader.Builder.setUsage function parameter"

parents 786ce8dd 7c4e6e93
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;
        }