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

Commit 3a1c63cf authored by Winson Chiu's avatar Winson Chiu Committed by Android (Google) Code Review
Browse files

Merge "Re-codegen ScreenshotHash.java" into sc-dev

parents 7ae91f9d be547d07
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() {}