- 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
138 lines
3.6 KiB
Smali
138 lines
3.6 KiB
Smali
.class public final Landroidx/core/os/SystemTraceRequestBuilder;
|
|
.super Landroidx/core/os/ProfilingRequestBuilder;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
api = 0x23
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Landroidx/core/os/ProfilingRequestBuilder<",
|
|
"Landroidx/core/os/SystemTraceRequestBuilder;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final mParams:Landroid/os/Bundle;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 317
|
|
invoke-direct {p0}, Landroidx/core/os/ProfilingRequestBuilder;-><init>()V
|
|
|
|
.line 318
|
|
new-instance v0, Landroid/os/Bundle;
|
|
|
|
invoke-direct {v0}, Landroid/os/Bundle;-><init>()V
|
|
|
|
iput-object v0, p0, Landroidx/core/os/SystemTraceRequestBuilder;->mParams:Landroid/os/Bundle;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getParams()Landroid/os/Bundle;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->SUBCLASSES:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Landroidx/core/os/SystemTraceRequestBuilder;->mParams:Landroid/os/Bundle;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getProfilingType()I
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->SUBCLASSES:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
|
|
const/4 v0, 0x4
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public bridge synthetic getThis()Landroidx/core/os/ProfilingRequestBuilder;
|
|
.locals 1
|
|
|
|
.line 316
|
|
invoke-virtual {p0}, Landroidx/core/os/SystemTraceRequestBuilder;->getThis()Landroidx/core/os/SystemTraceRequestBuilder;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getThis()Landroidx/core/os/SystemTraceRequestBuilder;
|
|
.locals 0
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->SUBCLASSES:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
|
|
.line 0
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final setBufferFillPolicy(Landroidx/core/os/BufferFillPolicy;)Landroidx/core/os/SystemTraceRequestBuilder;
|
|
.locals 2
|
|
|
|
const-string v0, "bufferFillPolicy"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
iget-object v0, p0, Landroidx/core/os/SystemTraceRequestBuilder;->mParams:Landroid/os/Bundle;
|
|
|
|
const-string v1, "KEY_BUFFER_FILL_POLICY"
|
|
|
|
.line 349
|
|
invoke-virtual {p1}, Landroidx/core/os/BufferFillPolicy;->getValue$core_release()I
|
|
|
|
move-result p1
|
|
|
|
invoke-virtual {v0, v1, p1}, Landroid/os/BaseBundle;->putInt(Ljava/lang/String;I)V
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final setBufferSizeKb(I)Landroidx/core/os/SystemTraceRequestBuilder;
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Landroidx/core/os/SystemTraceRequestBuilder;->mParams:Landroid/os/Bundle;
|
|
|
|
const-string v1, "KEY_SIZE_KB"
|
|
|
|
.line 337
|
|
invoke-virtual {v0, v1, p1}, Landroid/os/BaseBundle;->putInt(Ljava/lang/String;I)V
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final setDurationMs(I)Landroidx/core/os/SystemTraceRequestBuilder;
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Landroidx/core/os/SystemTraceRequestBuilder;->mParams:Landroid/os/Bundle;
|
|
|
|
const-string v1, "KEY_DURATION_MS"
|
|
|
|
.line 343
|
|
invoke-virtual {v0, v1, p1}, Landroid/os/BaseBundle;->putInt(Ljava/lang/String;I)V
|
|
|
|
return-object p0
|
|
.end method
|