Loading core/java/android/content/pm/DataLoaderParamsParcel.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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; Loading core/java/android/content/pm/InstallationFileParcel.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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; Loading Loading
core/java/android/content/pm/DataLoaderParamsParcel.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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; Loading
core/java/android/content/pm/InstallationFileParcel.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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; Loading