Add Discord APKTool decompilation (Smali source for modding)

- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
This commit is contained in:
2026-02-18 16:13:44 -08:00
parent c080f0d97f
commit f3960ee359
44288 changed files with 10998761 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.class public interface abstract annotation Lcom/google/android/gms/games/achievement/Achievement$AchievementState;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/games/achievement/Achievement;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "AchievementState"
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation

View File

@@ -0,0 +1,21 @@
.class public interface abstract annotation Lcom/google/android/gms/games/achievement/Achievement$AchievementType;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/games/achievement/Achievement;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "AchievementType"
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation

View File

@@ -0,0 +1,161 @@
.class public interface abstract Lcom/google/android/gms/games/achievement/Achievement;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/common/data/Freezable;
.implements Landroid/os/Parcelable;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/games/achievement/Achievement$AchievementType;,
Lcom/google/android/gms/games/achievement/Achievement$AchievementState;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/android/gms/common/data/Freezable<",
"Lcom/google/android/gms/games/achievement/Achievement;",
">;",
"Landroid/os/Parcelable;"
}
.end annotation
# static fields
.field public static final STATE_HIDDEN:I = 0x2
.field public static final STATE_REVEALED:I = 0x1
.field public static final STATE_UNLOCKED:I = 0x0
.field public static final TYPE_INCREMENTAL:I = 0x1
.field public static final TYPE_STANDARD:I
# virtual methods
.method public abstract getAchievementId()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getCurrentSteps()I
.end method
.method public abstract getDescription()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getDescription(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getFormattedCurrentSteps()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getFormattedCurrentSteps(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getFormattedTotalSteps()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getFormattedTotalSteps(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getLastUpdatedTimestamp()J
.end method
.method public abstract getName()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getName(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getPlayer()Lcom/google/android/gms/games/Player;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getRevealedImageUri()Landroid/net/Uri;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getRevealedImageUrl()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepName;
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getState()I
.end method
.method public abstract getTotalSteps()I
.end method
.method public abstract getType()I
.end method
.method public abstract getUnlockedImageUri()Landroid/net/Uri;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getUnlockedImageUrl()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepName;
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getXpValue()J
.end method
.method public abstract zza()F
.end method
.method public abstract zzb()Lcom/google/android/gms/games/Player;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract zzc()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method

View File

@@ -0,0 +1,58 @@
.class public Lcom/google/android/gms/games/achievement/AchievementBuffer;
.super Lcom/google/android/gms/common/data/AbstractDataBuffer;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/android/gms/common/data/AbstractDataBuffer<",
"Lcom/google/android/gms/games/achievement/Achievement;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>(Lcom/google/android/gms/common/data/DataHolder;)V
.locals 0
.param p1 # Lcom/google/android/gms/common/data/DataHolder;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-direct {p0, p1}, Lcom/google/android/gms/common/data/AbstractDataBuffer;-><init>(Lcom/google/android/gms/common/data/DataHolder;)V
return-void
.end method
# virtual methods
.method public get(I)Lcom/google/android/gms/games/achievement/Achievement;
.locals 2
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/google/android/gms/games/achievement/AchievementRef;
iget-object v1, p0, Lcom/google/android/gms/common/data/AbstractDataBuffer;->mDataHolder:Lcom/google/android/gms/common/data/DataHolder;
invoke-direct {v0, v1, p1}, Lcom/google/android/gms/games/achievement/AchievementRef;-><init>(Lcom/google/android/gms/common/data/DataHolder;I)V
return-object v0
.end method
.method public final bridge synthetic get(I)Ljava/lang/Object;
.locals 0
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 2
invoke-virtual {p0, p1}, Lcom/google/android/gms/games/achievement/AchievementBuffer;->get(I)Lcom/google/android/gms/games/achievement/Achievement;
move-result-object p1
return-object p1
.end method

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,619 @@
.class public final Lcom/google/android/gms/games/achievement/AchievementRef;
.super Lcom/google/android/gms/common/data/DataBufferRef;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/games/achievement/Achievement;
# direct methods
.method public constructor <init>(Lcom/google/android/gms/common/data/DataHolder;I)V
.locals 0
.line 1
invoke-direct {p0, p1, p2}, Lcom/google/android/gms/common/data/DataBufferRef;-><init>(Lcom/google/android/gms/common/data/DataHolder;I)V
return-void
.end method
# virtual methods
.method public final describeContents()I
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public final equals(Ljava/lang/Object;)Z
.locals 0
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.line 1
invoke-static {p0, p1}, Lcom/google/android/gms/games/achievement/AchievementEntity;->zzf(Lcom/google/android/gms/games/achievement/Achievement;Ljava/lang/Object;)Z
move-result p1
return p1
.end method
.method public final synthetic freeze()Ljava/lang/Object;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/google/android/gms/games/achievement/AchievementEntity;
invoke-direct {v0, p0}, Lcom/google/android/gms/games/achievement/AchievementEntity;-><init>(Lcom/google/android/gms/games/achievement/Achievement;)V
return-object v0
.end method
.method public final getAchievementId()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "external_achievement_id"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public final getCurrentSteps()I
.locals 2
const-string v0, "type"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getInteger(Ljava/lang/String;)I
move-result v0
const/4 v1, 0x1
if-ne v0, v1, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
.line 2
:goto_0
invoke-static {v1}, Lcom/google/android/gms/common/internal/Asserts;->checkState(Z)V
const-string v0, "current_steps"
.line 3
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getInteger(Ljava/lang/String;)I
move-result v0
return v0
.end method
.method public final getDescription()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "description"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public final getDescription(Landroid/database/CharArrayBuffer;)V
.locals 1
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const-string v0, "description"
.line 2
invoke-virtual {p0, v0, p1}, Lcom/google/android/gms/common/data/DataBufferRef;->copyToBuffer(Ljava/lang/String;Landroid/database/CharArrayBuffer;)V
return-void
.end method
.method public final getFormattedCurrentSteps()Ljava/lang/String;
.locals 2
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "type"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getInteger(Ljava/lang/String;)I
move-result v0
const/4 v1, 0x1
if-ne v0, v1, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
.line 2
:goto_0
invoke-static {v1}, Lcom/google/android/gms/common/internal/Asserts;->checkState(Z)V
const-string v0, "formatted_current_steps"
.line 3
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public final getFormattedCurrentSteps(Landroid/database/CharArrayBuffer;)V
.locals 2
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const-string v0, "type"
.line 4
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getInteger(Ljava/lang/String;)I
move-result v0
const/4 v1, 0x1
if-ne v0, v1, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
.line 5
:goto_0
invoke-static {v1}, Lcom/google/android/gms/common/internal/Asserts;->checkState(Z)V
const-string v0, "formatted_current_steps"
.line 6
invoke-virtual {p0, v0, p1}, Lcom/google/android/gms/common/data/DataBufferRef;->copyToBuffer(Ljava/lang/String;Landroid/database/CharArrayBuffer;)V
return-void
.end method
.method public final getFormattedTotalSteps()Ljava/lang/String;
.locals 2
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "type"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getInteger(Ljava/lang/String;)I
move-result v0
const/4 v1, 0x1
if-ne v0, v1, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
.line 2
:goto_0
invoke-static {v1}, Lcom/google/android/gms/common/internal/Asserts;->checkState(Z)V
const-string v0, "formatted_total_steps"
.line 3
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public final getFormattedTotalSteps(Landroid/database/CharArrayBuffer;)V
.locals 2
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const-string v0, "type"
.line 4
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getInteger(Ljava/lang/String;)I
move-result v0
const/4 v1, 0x1
if-ne v0, v1, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
.line 5
:goto_0
invoke-static {v1}, Lcom/google/android/gms/common/internal/Asserts;->checkState(Z)V
const-string v0, "formatted_total_steps"
.line 6
invoke-virtual {p0, v0, p1}, Lcom/google/android/gms/common/data/DataBufferRef;->copyToBuffer(Ljava/lang/String;Landroid/database/CharArrayBuffer;)V
return-void
.end method
.method public final getLastUpdatedTimestamp()J
.locals 2
const-string v0, "last_updated_timestamp"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getLong(Ljava/lang/String;)J
move-result-wide v0
return-wide v0
.end method
.method public final getName()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "name"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public final getName(Landroid/database/CharArrayBuffer;)V
.locals 1
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const-string v0, "name"
.line 2
invoke-virtual {p0, v0, p1}, Lcom/google/android/gms/common/data/DataBufferRef;->copyToBuffer(Ljava/lang/String;Landroid/database/CharArrayBuffer;)V
return-void
.end method
.method public final getPlayer()Lcom/google/android/gms/games/Player;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
invoke-virtual {p0}, Lcom/google/android/gms/games/achievement/AchievementRef;->zzb()Lcom/google/android/gms/games/Player;
move-result-object v0
invoke-static {v0}, Lcom/google/android/gms/common/internal/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/google/android/gms/games/Player;
return-object v0
.end method
.method public final getRevealedImageUri()Landroid/net/Uri;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "revealed_icon_image_uri"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->parseUri(Ljava/lang/String;)Landroid/net/Uri;
move-result-object v0
return-object v0
.end method
.method public getRevealedImageUrl()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "revealed_icon_image_url"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public final getState()I
.locals 1
const-string v0, "state"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getInteger(Ljava/lang/String;)I
move-result v0
return v0
.end method
.method public final getTotalSteps()I
.locals 2
const-string v0, "type"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getInteger(Ljava/lang/String;)I
move-result v0
const/4 v1, 0x1
if-ne v0, v1, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
.line 2
:goto_0
invoke-static {v1}, Lcom/google/android/gms/common/internal/Asserts;->checkState(Z)V
const-string v0, "total_steps"
.line 3
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getInteger(Ljava/lang/String;)I
move-result v0
return v0
.end method
.method public final getType()I
.locals 1
const-string v0, "type"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getInteger(Ljava/lang/String;)I
move-result v0
return v0
.end method
.method public final getUnlockedImageUri()Landroid/net/Uri;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "unlocked_icon_image_uri"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->parseUri(Ljava/lang/String;)Landroid/net/Uri;
move-result-object v0
return-object v0
.end method
.method public getUnlockedImageUrl()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "unlocked_icon_image_url"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public final getXpValue()J
.locals 2
const-string v0, "instance_xp_value"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->hasColumn(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_1
.line 2
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->hasNull(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_0
goto :goto_0
.line 4
:cond_0
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getLong(Ljava/lang/String;)J
move-result-wide v0
return-wide v0
:cond_1
:goto_0
const-string v0, "definition_xp_value"
.line 3
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getLong(Ljava/lang/String;)J
move-result-wide v0
return-wide v0
.end method
.method public final hashCode()I
.locals 1
.line 1
invoke-static {p0}, Lcom/google/android/gms/games/achievement/AchievementEntity;->zzd(Lcom/google/android/gms/games/achievement/Achievement;)I
move-result v0
return v0
.end method
.method public final toString()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
invoke-static {p0}, Lcom/google/android/gms/games/achievement/AchievementEntity;->zze(Lcom/google/android/gms/games/achievement/Achievement;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 1
.param p1 # Landroid/os/Parcel;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
new-instance v0, Lcom/google/android/gms/games/achievement/AchievementEntity;
invoke-direct {v0, p0}, Lcom/google/android/gms/games/achievement/AchievementEntity;-><init>(Lcom/google/android/gms/games/achievement/Achievement;)V
.line 3
invoke-virtual {v0, p1, p2}, Lcom/google/android/gms/games/achievement/AchievementEntity;->writeToParcel(Landroid/os/Parcel;I)V
return-void
.end method
.method public final zza()F
.locals 2
const-string v0, "rarity_percent"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->hasColumn(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_1
.line 2
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->hasNull(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_0
goto :goto_0
.line 3
:cond_0
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getFloat(Ljava/lang/String;)F
move-result v0
return v0
:cond_1
:goto_0
const/high16 v0, -0x40800000 # -1.0f
return v0
.end method
.method public final zzb()Lcom/google/android/gms/games/Player;
.locals 4
.annotation build Landroidx/annotation/Nullable;
.end annotation
const-string v0, "external_player_id"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->hasNull(Ljava/lang/String;)Z
move-result v0
const/4 v1, 0x0
if-eqz v0, :cond_0
return-object v1
:cond_0
new-instance v0, Lcom/google/android/gms/games/PlayerRef;
iget-object v2, p0, Lcom/google/android/gms/common/data/DataBufferRef;->mDataHolder:Lcom/google/android/gms/common/data/DataHolder;
iget v3, p0, Lcom/google/android/gms/common/data/DataBufferRef;->mDataRow:I
.line 3
invoke-direct {v0, v2, v3, v1}, Lcom/google/android/gms/games/PlayerRef;-><init>(Lcom/google/android/gms/common/data/DataHolder;ILjava/lang/String;)V
return-object v0
.end method
.method public final zzc()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "external_game_id"
.line 1
invoke-virtual {p0, v0}, Lcom/google/android/gms/common/data/DataBufferRef;->getString(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method

View File

@@ -0,0 +1,337 @@
.class public final Lcom/google/android/gms/games/achievement/zza;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable$Creator;
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final bridge synthetic createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
.locals 28
move-object/from16 v0, p1
.line 1
invoke-static/range {p1 .. p1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->validateObjectHeader(Landroid/os/Parcel;)I
move-result v1
const/4 v2, 0x0
const/high16 v3, -0x40800000 # -1.0f
const-wide/16 v4, 0x0
const/4 v6, 0x0
move-object v8, v2
move-object v10, v8
move-object v11, v10
move-object v12, v11
move-object v13, v12
move-object v14, v13
move-object v15, v14
move-object/from16 v17, v15
move-object/from16 v18, v17
move-object/from16 v21, v18
move-object/from16 v27, v21
move/from16 v26, v3
move-wide/from16 v22, v4
move-wide/from16 v24, v22
move v9, v6
move/from16 v16, v9
move/from16 v19, v16
move/from16 v20, v19
.line 2
:goto_0
invoke-virtual/range {p1 .. p1}, Landroid/os/Parcel;->dataPosition()I
move-result v2
if-ge v2, v1, :cond_0
.line 3
invoke-static/range {p1 .. p1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->readHeader(Landroid/os/Parcel;)I
move-result v2
.line 4
invoke-static {v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->getFieldId(I)I
move-result v3
packed-switch v3, :pswitch_data_0
.line 24
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->skipUnknownField(Landroid/os/Parcel;I)V
goto :goto_0
.line 5
:pswitch_0
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createString(Landroid/os/Parcel;I)Ljava/lang/String;
move-result-object v2
move-object/from16 v27, v2
goto :goto_0
.line 6
:pswitch_1
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->readFloat(Landroid/os/Parcel;I)F
move-result v2
move/from16 v26, v2
goto :goto_0
.line 7
:pswitch_2
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->readLong(Landroid/os/Parcel;I)J
move-result-wide v2
move-wide/from16 v24, v2
goto :goto_0
.line 8
:pswitch_3
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->readLong(Landroid/os/Parcel;I)J
move-result-wide v2
move-wide/from16 v22, v2
goto :goto_0
.line 9
:pswitch_4
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createString(Landroid/os/Parcel;I)Ljava/lang/String;
move-result-object v2
move-object/from16 v21, v2
goto :goto_0
.line 10
:pswitch_5
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->readInt(Landroid/os/Parcel;I)I
move-result v2
move/from16 v20, v2
goto :goto_0
.line 11
:pswitch_6
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->readInt(Landroid/os/Parcel;I)I
move-result v2
move/from16 v19, v2
goto :goto_0
.line 12
:pswitch_7
sget-object v3, Lcom/google/android/gms/games/PlayerEntity;->CREATOR:Landroid/os/Parcelable$Creator;
.line 13
invoke-static {v0, v2, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createParcelable(Landroid/os/Parcel;ILandroid/os/Parcelable$Creator;)Landroid/os/Parcelable;
move-result-object v2
check-cast v2, Lcom/google/android/gms/games/PlayerEntity;
move-object/from16 v18, v2
goto :goto_0
.line 14
:pswitch_8
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createString(Landroid/os/Parcel;I)Ljava/lang/String;
move-result-object v2
move-object/from16 v17, v2
goto :goto_0
.line 15
:pswitch_9
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->readInt(Landroid/os/Parcel;I)I
move-result v2
move/from16 v16, v2
goto :goto_0
.line 16
:pswitch_a
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createString(Landroid/os/Parcel;I)Ljava/lang/String;
move-result-object v2
move-object v15, v2
goto :goto_0
:pswitch_b
sget-object v3, Landroid/net/Uri;->CREATOR:Landroid/os/Parcelable$Creator;
.line 17
invoke-static {v0, v2, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createParcelable(Landroid/os/Parcel;ILandroid/os/Parcelable$Creator;)Landroid/os/Parcelable;
move-result-object v2
check-cast v2, Landroid/net/Uri;
move-object v14, v2
goto :goto_0
.line 18
:pswitch_c
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createString(Landroid/os/Parcel;I)Ljava/lang/String;
move-result-object v2
move-object v13, v2
goto :goto_0
:pswitch_d
sget-object v3, Landroid/net/Uri;->CREATOR:Landroid/os/Parcelable$Creator;
.line 19
invoke-static {v0, v2, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createParcelable(Landroid/os/Parcel;ILandroid/os/Parcelable$Creator;)Landroid/os/Parcelable;
move-result-object v2
check-cast v2, Landroid/net/Uri;
move-object v12, v2
goto :goto_0
.line 20
:pswitch_e
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createString(Landroid/os/Parcel;I)Ljava/lang/String;
move-result-object v2
move-object v11, v2
goto/16 :goto_0
.line 21
:pswitch_f
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createString(Landroid/os/Parcel;I)Ljava/lang/String;
move-result-object v2
move-object v10, v2
goto/16 :goto_0
.line 22
:pswitch_10
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->readInt(Landroid/os/Parcel;I)I
move-result v2
move v9, v2
goto/16 :goto_0
.line 23
:pswitch_11
invoke-static {v0, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createString(Landroid/os/Parcel;I)Ljava/lang/String;
move-result-object v2
move-object v8, v2
goto/16 :goto_0
.line 25
:cond_0
invoke-static {v0, v1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->ensureAtEnd(Landroid/os/Parcel;I)V
.line 26
new-instance v0, Lcom/google/android/gms/games/achievement/AchievementEntity;
move-object v7, v0
invoke-direct/range {v7 .. v27}, Lcom/google/android/gms/games/achievement/AchievementEntity;-><init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Landroid/net/Uri;Ljava/lang/String;Landroid/net/Uri;Ljava/lang/String;ILjava/lang/String;Lcom/google/android/gms/games/PlayerEntity;IILjava/lang/String;JJFLjava/lang/String;)V
return-object v0
nop
:pswitch_data_0
.packed-switch 0x1
:pswitch_11
:pswitch_10
:pswitch_f
:pswitch_e
:pswitch_d
:pswitch_c
:pswitch_b
:pswitch_a
:pswitch_9
:pswitch_8
:pswitch_7
:pswitch_6
:pswitch_5
:pswitch_4
:pswitch_3
:pswitch_2
:pswitch_1
:pswitch_0
.end packed-switch
.end method
.method public final synthetic newArray(I)[Ljava/lang/Object;
.locals 0
.line 1
new-array p1, p1, [Lcom/google/android/gms/games/achievement/AchievementEntity;
return-object p1
.end method