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

Commit 5a0958bc authored by Winson Chiu's avatar Winson Chiu Committed by Automerger Merge Worker
Browse files

Merge "Re-codegen ScreenshotHash.java" into sc-dev am: 3a1c63cf

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13474207

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I07c3b79ce66e135ef365019e2fbe5b62c60d15fa
parents 70cb47fc 3a1c63cf
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -84,7 +84,8 @@ public final class ScreenshotHash implements Parcelable {
    // CHECKSTYLE:OFF Generated code
    // CHECKSTYLE:OFF Generated code
    //
    //
    // To regenerate run:
    // 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):
    // To exclude the generated code from IntelliJ auto-formatting enable (one-time):
    //   Settings > Editor > Code Style > Formatter Control
    //   Settings > Editor > Code Style > Formatter Control
@@ -241,9 +242,9 @@ public final class ScreenshotHash implements Parcelable {
    };
    };


    @DataClass.Generated(
    @DataClass.Generated(
            time = 1611861333501L,
            time = 1612383172822L,
            codegenVersion = "1.0.22",
            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)")
            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
    @Deprecated
    private void __metadata() {}
    private void __metadata() {}