- 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
111 lines
3.2 KiB
Smali
111 lines
3.2 KiB
Smali
.class public Lcom/google/android/gms/internal/drive/zzkq;
|
|
.super Ljava/io/IOException;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private zzsq:Lcom/google/android/gms/internal/drive/zzlq;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/drive/zzkq;->zzsq:Lcom/google/android/gms/internal/drive/zzlq;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static zzdi()Lcom/google/android/gms/internal/drive/zzkq;
|
|
.locals 2
|
|
|
|
.line 6
|
|
new-instance v0, Lcom/google/android/gms/internal/drive/zzkq;
|
|
|
|
const-string v1, "While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length."
|
|
|
|
invoke-direct {v0, v1}, Lcom/google/android/gms/internal/drive/zzkq;-><init>(Ljava/lang/String;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static zzdj()Lcom/google/android/gms/internal/drive/zzkq;
|
|
.locals 2
|
|
|
|
.line 7
|
|
new-instance v0, Lcom/google/android/gms/internal/drive/zzkq;
|
|
|
|
const-string v1, "CodedInputStream encountered an embedded string or message which claimed to have negative size."
|
|
|
|
invoke-direct {v0, v1}, Lcom/google/android/gms/internal/drive/zzkq;-><init>(Ljava/lang/String;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static zzdk()Lcom/google/android/gms/internal/drive/zzkq;
|
|
.locals 2
|
|
|
|
.line 8
|
|
new-instance v0, Lcom/google/android/gms/internal/drive/zzkq;
|
|
|
|
const-string v1, "Protocol message contained an invalid tag (zero)."
|
|
|
|
invoke-direct {v0, v1}, Lcom/google/android/gms/internal/drive/zzkq;-><init>(Ljava/lang/String;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static zzdl()Lcom/google/android/gms/internal/drive/zzkr;
|
|
.locals 2
|
|
|
|
.line 9
|
|
new-instance v0, Lcom/google/android/gms/internal/drive/zzkr;
|
|
|
|
const-string v1, "Protocol message tag had invalid wire type."
|
|
|
|
invoke-direct {v0, v1}, Lcom/google/android/gms/internal/drive/zzkr;-><init>(Ljava/lang/String;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static zzdm()Lcom/google/android/gms/internal/drive/zzkq;
|
|
.locals 2
|
|
|
|
.line 10
|
|
new-instance v0, Lcom/google/android/gms/internal/drive/zzkq;
|
|
|
|
const-string v1, "Failed to parse the message."
|
|
|
|
invoke-direct {v0, v1}, Lcom/google/android/gms/internal/drive/zzkq;-><init>(Ljava/lang/String;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static zzdn()Lcom/google/android/gms/internal/drive/zzkq;
|
|
.locals 2
|
|
|
|
.line 11
|
|
new-instance v0, Lcom/google/android/gms/internal/drive/zzkq;
|
|
|
|
const-string v1, "Protocol message had invalid UTF-8."
|
|
|
|
invoke-direct {v0, v1}, Lcom/google/android/gms/internal/drive/zzkq;-><init>(Ljava/lang/String;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zzg(Lcom/google/android/gms/internal/drive/zzlq;)Lcom/google/android/gms/internal/drive/zzkq;
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/drive/zzkq;->zzsq:Lcom/google/android/gms/internal/drive/zzlq;
|
|
|
|
return-object p0
|
|
.end method
|