Files
rr3-apk/smali/androidx/profileinstaller/DexProfileData.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

102 lines
2.7 KiB
Smali

.class Landroidx/profileinstaller/DexProfileData;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field final apkName:Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field classSetSize:I
.field classes:[I
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field final dexChecksum:J
.field final dexName:Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field final hotMethodRegionSize:I
.field mTypeIdCount:J
.field final methods:Ljava/util/TreeMap;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/TreeMap<",
"Ljava/lang/Integer;",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.end field
.field final numMethodIds:I
# direct methods
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;JJIII[ILjava/util/TreeMap;)V
.locals 0
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p10 # [I
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p11 # Ljava/util/TreeMap;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"JJIII[I",
"Ljava/util/TreeMap<",
"Ljava/lang/Integer;",
"Ljava/lang/Integer;",
">;)V"
}
.end annotation
.line 47
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Landroidx/profileinstaller/DexProfileData;->apkName:Ljava/lang/String;
iput-object p2, p0, Landroidx/profileinstaller/DexProfileData;->dexName:Ljava/lang/String;
iput-wide p3, p0, Landroidx/profileinstaller/DexProfileData;->dexChecksum:J
iput-wide p5, p0, Landroidx/profileinstaller/DexProfileData;->mTypeIdCount:J
iput p7, p0, Landroidx/profileinstaller/DexProfileData;->classSetSize:I
iput p8, p0, Landroidx/profileinstaller/DexProfileData;->hotMethodRegionSize:I
iput p9, p0, Landroidx/profileinstaller/DexProfileData;->numMethodIds:I
iput-object p10, p0, Landroidx/profileinstaller/DexProfileData;->classes:[I
iput-object p11, p0, Landroidx/profileinstaller/DexProfileData;->methods:Ljava/util/TreeMap;
return-void
.end method