Files
rr3-apk/smali_classes2/com/ea/nimble/BackgroundNetworkConnection.smali
Daniel Elliott f3960ee359 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
2026-02-18 16:13:44 -08:00

143 lines
3.6 KiB
Smali

.class public Lcom/ea/nimble/BackgroundNetworkConnection;
.super Lcom/ea/nimble/NetworkConnection;
.source "SourceFile"
# direct methods
.method public constructor <init>(Lcom/ea/nimble/NetworkImpl;Lcom/ea/nimble/HttpRequest;Lcom/ea/nimble/IOperationalTelemetryDispatch;)V
.locals 0
.line 7
invoke-direct {p0, p1, p2, p3}, Lcom/ea/nimble/NetworkConnection;-><init>(Lcom/ea/nimble/NetworkImpl;Lcom/ea/nimble/HttpRequest;Lcom/ea/nimble/IOperationalTelemetryDispatch;)V
return-void
.end method
# virtual methods
.method public bridge synthetic cancel()V
.locals 0
.line 3
invoke-super {p0}, Lcom/ea/nimble/NetworkConnection;->cancel()V
return-void
.end method
.method public cancelForAppSuspend()V
.locals 0
return-void
.end method
.method public bridge synthetic getCompletionCallback()Lcom/ea/nimble/NetworkConnectionCallback;
.locals 1
.line 3
invoke-super {p0}, Lcom/ea/nimble/NetworkConnection;->getCompletionCallback()Lcom/ea/nimble/NetworkConnectionCallback;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic getHeaderCallback()Lcom/ea/nimble/NetworkConnectionCallback;
.locals 1
.line 3
invoke-super {p0}, Lcom/ea/nimble/NetworkConnection;->getHeaderCallback()Lcom/ea/nimble/NetworkConnectionCallback;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic getLogSourceTitle()Ljava/lang/String;
.locals 1
.line 3
invoke-super {p0}, Lcom/ea/nimble/NetworkConnection;->getLogSourceTitle()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic getProgressCallback()Lcom/ea/nimble/NetworkConnectionCallback;
.locals 1
.line 3
invoke-super {p0}, Lcom/ea/nimble/NetworkConnection;->getProgressCallback()Lcom/ea/nimble/NetworkConnectionCallback;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic getRequest()Lcom/ea/nimble/HttpRequest;
.locals 1
.line 3
invoke-super {p0}, Lcom/ea/nimble/NetworkConnection;->getRequest()Lcom/ea/nimble/HttpRequest;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic getResponse()Lcom/ea/nimble/HttpResponse;
.locals 1
.line 3
invoke-super {p0}, Lcom/ea/nimble/NetworkConnection;->getResponse()Lcom/ea/nimble/HttpResponse;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic run()V
.locals 0
.line 3
invoke-super {p0}, Lcom/ea/nimble/NetworkConnection;->run()V
return-void
.end method
.method public bridge synthetic setCompletionCallback(Lcom/ea/nimble/NetworkConnectionCallback;)V
.locals 0
.line 3
invoke-super {p0, p1}, Lcom/ea/nimble/NetworkConnection;->setCompletionCallback(Lcom/ea/nimble/NetworkConnectionCallback;)V
return-void
.end method
.method public bridge synthetic setHeaderCallback(Lcom/ea/nimble/NetworkConnectionCallback;)V
.locals 0
.line 3
invoke-super {p0, p1}, Lcom/ea/nimble/NetworkConnection;->setHeaderCallback(Lcom/ea/nimble/NetworkConnectionCallback;)V
return-void
.end method
.method public bridge synthetic setProgressCallback(Lcom/ea/nimble/NetworkConnectionCallback;)V
.locals 0
.line 3
invoke-super {p0, p1}, Lcom/ea/nimble/NetworkConnection;->setProgressCallback(Lcom/ea/nimble/NetworkConnectionCallback;)V
return-void
.end method
.method public bridge synthetic waitOn()V
.locals 0
.line 3
invoke-super {p0}, Lcom/ea/nimble/NetworkConnection;->waitOn()V
return-void
.end method