2022-06-10 21:38:30 +09:00

126 lines
2.7 KiB
Smali

.class public Landroidx/versionedparcelable/ParcelImpl;
.super Ljava/lang/Object;
.source "ParcelImpl.java"
# interfaces
.implements Landroid/os/Parcelable;
# annotations
.annotation build Landroid/annotation/SuppressLint;
value = {
"BanParcelableUsage"
}
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Landroidx/versionedparcelable/ParcelImpl;",
">;"
}
.end annotation
.end field
# instance fields
.field public final a:Lj3/d;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Landroidx/versionedparcelable/ParcelImpl$a;
invoke-direct {v0}, Landroidx/versionedparcelable/ParcelImpl$a;-><init>()V
sput-object v0, Landroidx/versionedparcelable/ParcelImpl;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 1
.line 3
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 4
new-instance v0, Lj3/c;
invoke-direct {v0, p1}, Lj3/c;-><init>(Landroid/os/Parcel;)V
invoke-virtual {v0}, Landroidx/versionedparcelable/VersionedParcel;->g0()Lj3/d;
move-result-object p1
iput-object p1, p0, Landroidx/versionedparcelable/ParcelImpl;->a:Lj3/d;
return-void
.end method
.method public constructor <init>(Lj3/d;)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Landroidx/versionedparcelable/ParcelImpl;->a:Lj3/d;
return-void
.end method
# virtual methods
.method public b()Lj3/d;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"<T::",
"Lj3/d;",
">()TT;"
}
.end annotation
.line 1
iget-object v0, p0, Landroidx/versionedparcelable/ParcelImpl;->a:Lj3/d;
return-object v0
.end method
.method public describeContents()I
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public writeToParcel(Landroid/os/Parcel;I)V
.locals 0
.line 1
new-instance p2, Lj3/c;
invoke-direct {p2, p1}, Lj3/c;-><init>(Landroid/os/Parcel;)V
.line 2
iget-object p1, p0, Landroidx/versionedparcelable/ParcelImpl;->a:Lj3/d;
invoke-virtual {p2, p1}, Landroidx/versionedparcelable/VersionedParcel;->l1(Lj3/d;)V
return-void
.end method