Files
rr3-apk/smali/androidx/core/net/TrafficStatsCompat.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

150 lines
3.5 KiB
Smali

.class public final Landroidx/core/net/TrafficStatsCompat;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/core/net/TrafficStatsCompat$Api24Impl;
}
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 169
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static clearThreadStatsTag()V
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 43
invoke-static {}, Landroid/net/TrafficStats;->clearThreadStatsTag()V
return-void
.end method
.method public static getThreadStatsTag()I
.locals 1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 55
invoke-static {}, Landroid/net/TrafficStats;->getThreadStatsTag()I
move-result v0
return v0
.end method
.method public static incrementOperationCount(I)V
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 69
invoke-static {p0}, Landroid/net/TrafficStats;->incrementOperationCount(I)V
return-void
.end method
.method public static incrementOperationCount(II)V
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 83
invoke-static {p0, p1}, Landroid/net/TrafficStats;->incrementOperationCount(II)V
return-void
.end method
.method public static setThreadStatsTag(I)V
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 101
invoke-static {p0}, Landroid/net/TrafficStats;->setThreadStatsTag(I)V
return-void
.end method
.method public static tagDatagramSocket(Ljava/net/DatagramSocket;)V
.locals 0
.param p0 # Ljava/net/DatagramSocket;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/net/SocketException;
}
.end annotation
.line 140
invoke-static {p0}, Landroidx/core/net/TrafficStatsCompat$Api24Impl;->tagDatagramSocket(Ljava/net/DatagramSocket;)V
return-void
.end method
.method public static tagSocket(Ljava/net/Socket;)V
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/net/SocketException;
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 116
invoke-static {p0}, Landroid/net/TrafficStats;->tagSocket(Ljava/net/Socket;)V
return-void
.end method
.method public static untagDatagramSocket(Ljava/net/DatagramSocket;)V
.locals 0
.param p0 # Ljava/net/DatagramSocket;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/net/SocketException;
}
.end annotation
.line 157
invoke-static {p0}, Landroidx/core/net/TrafficStatsCompat$Api24Impl;->untagDatagramSocket(Ljava/net/DatagramSocket;)V
return-void
.end method
.method public static untagSocket(Ljava/net/Socket;)V
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/net/SocketException;
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 126
invoke-static {p0}, Landroid/net/TrafficStats;->untagSocket(Ljava/net/Socket;)V
return-void
.end method