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

Commit be547d07 authored by Winson's avatar Winson
Browse files

Re-codegen ScreenshotHash.java

This was merged without re-generating after a package move, causing
codegen to fail on local builds.

Bug: 179283345

Test: builds

Change-Id: I8a570105719b8ecf1fdc2ec0324ba5e7cf8dd445
parent 40517bbf
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -84,7 +84,8 @@ public final class ScreenshotHash implements Parcelable {
    // CHECKSTYLE:OFF Generated code
    //
    // To regenerate run:
    // $ codegen $ANDROID_BUILD_TOP/frameworks/base/core/java/android/service/screenshothash/ScreenshotHash.java
    // $ codegen $ANDROID_BUILD_TOP/frameworks/base/core/java/android/service/screenshot
    // /ScreenshotHash.java
    //
    // To exclude the generated code from IntelliJ auto-formatting enable (one-time):
    //   Settings > Editor > Code Style > Formatter Control
@@ -241,9 +242,9 @@ public final class ScreenshotHash implements Parcelable {
    };

    @DataClass.Generated(
            time = 1611861333501L,
            time = 1612383172822L,
            codegenVersion = "1.0.22",
            sourceFile = "frameworks/base/core/java/android/service/screenshothash/ScreenshotHash.java",
            sourceFile = "frameworks/base/core/java/android/service/screenshot/ScreenshotHash.java",
            inputSignatures = "private final  long mScreenshotTimeMillis\nprivate final @android.annotation.NonNull android.graphics.Rect mBoundsInWindow\nprivate final @android.annotation.NonNull java.lang.String mHashingAlgorithm\nprivate final @android.annotation.NonNull byte[] mImageHash\nprivate final @android.annotation.NonNull byte[] mHmac\npublic @android.annotation.SystemApi @android.annotation.NonNull byte[] getHmac()\nclass ScreenshotHash extends java.lang.Object implements [android.os.Parcelable]\n@com.android.internal.util.DataClass(genToString=true, genAidl=true)")
    @Deprecated
    private void __metadata() {}