- 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
79 lines
2.2 KiB
Smali
79 lines
2.2 KiB
Smali
.class public final Lokhttp3/internal/http2/Http2Connection$PingRunnable;
|
|
.super Lokhttp3/internal/NamedRunnable;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lokhttp3/internal/http2/Http2Connection;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x11
|
|
name = "PingRunnable"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final payload1:I
|
|
|
|
.field public final payload2:I
|
|
|
|
.field public final reply:Z
|
|
|
|
.field public final synthetic this$0:Lokhttp3/internal/http2/Http2Connection;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lokhttp3/internal/http2/Http2Connection;ZII)V
|
|
.locals 2
|
|
|
|
iput-object p1, p0, Lokhttp3/internal/http2/Http2Connection$PingRunnable;->this$0:Lokhttp3/internal/http2/Http2Connection;
|
|
|
|
.line 375
|
|
iget-object p1, p1, Lokhttp3/internal/http2/Http2Connection;->connectionName:Ljava/lang/String;
|
|
|
|
invoke-static {p3}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-static {p4}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v1
|
|
|
|
filled-new-array {p1, v0, v1}, [Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
const-string v0, "OkHttp %s ping %08x%08x"
|
|
|
|
invoke-direct {p0, v0, p1}, Lokhttp3/internal/NamedRunnable;-><init>(Ljava/lang/String;[Ljava/lang/Object;)V
|
|
|
|
iput-boolean p2, p0, Lokhttp3/internal/http2/Http2Connection$PingRunnable;->reply:Z
|
|
|
|
iput p3, p0, Lokhttp3/internal/http2/Http2Connection$PingRunnable;->payload1:I
|
|
|
|
iput p4, p0, Lokhttp3/internal/http2/Http2Connection$PingRunnable;->payload2:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public execute()V
|
|
.locals 4
|
|
|
|
iget-object v0, p0, Lokhttp3/internal/http2/Http2Connection$PingRunnable;->this$0:Lokhttp3/internal/http2/Http2Connection;
|
|
|
|
iget-boolean v1, p0, Lokhttp3/internal/http2/Http2Connection$PingRunnable;->reply:Z
|
|
|
|
iget v2, p0, Lokhttp3/internal/http2/Http2Connection$PingRunnable;->payload1:I
|
|
|
|
iget v3, p0, Lokhttp3/internal/http2/Http2Connection$PingRunnable;->payload2:I
|
|
|
|
.line 382
|
|
invoke-virtual {v0, v1, v2, v3}, Lokhttp3/internal/http2/Http2Connection;->writePing(ZII)V
|
|
|
|
return-void
|
|
.end method
|