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

Commit 321dba29 authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Automerger Merge Worker
Browse files

Merge "Fixing some AIDL warnings." into sc-dev am: 30a92553

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ibc5eeef9caa1248520f13cc460520747443c7572
parents 0cbc06c5 30a92553
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ import android.content.pm.DataLoaderType;
 * @hide
 * @hide
 */
 */
parcelable DataLoaderParamsParcel {
parcelable DataLoaderParamsParcel {
    DataLoaderType type;
    DataLoaderType type = DataLoaderType.NONE;
    @utf8InCpp String packageName;
    @utf8InCpp String packageName;
    @utf8InCpp String className;
    @utf8InCpp String className;
    @utf8InCpp String arguments;
    @utf8InCpp String arguments;
+1 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,7 @@ import android.content.pm.InstallationFileLocation;
 */
 */
parcelable InstallationFileParcel {
parcelable InstallationFileParcel {
    String name;
    String name;
    InstallationFileLocation location;
    InstallationFileLocation location = InstallationFileLocation.UNKNOWN;
    long size;
    long size;
    byte[] metadata;
    byte[] metadata;
    byte[] signature;
    byte[] signature;