- 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
77 lines
1.9 KiB
Smali
77 lines
1.9 KiB
Smali
.class public final Landroidx/core/os/ProfilingRequest;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
api = 0x23
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final cancellationSignal:Landroid/os/CancellationSignal;
|
|
|
|
.field private final params:Landroid/os/Bundle;
|
|
|
|
.field private final profilingType:I
|
|
|
|
.field private final tag:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(ILandroid/os/Bundle;Ljava/lang/String;Landroid/os/CancellationSignal;)V
|
|
.locals 1
|
|
|
|
const-string v0, "params"
|
|
|
|
invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 361
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Landroidx/core/os/ProfilingRequest;->profilingType:I
|
|
|
|
iput-object p2, p0, Landroidx/core/os/ProfilingRequest;->params:Landroid/os/Bundle;
|
|
|
|
iput-object p3, p0, Landroidx/core/os/ProfilingRequest;->tag:Ljava/lang/String;
|
|
|
|
iput-object p4, p0, Landroidx/core/os/ProfilingRequest;->cancellationSignal:Landroid/os/CancellationSignal;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final getCancellationSignal()Landroid/os/CancellationSignal;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/core/os/ProfilingRequest;->cancellationSignal:Landroid/os/CancellationSignal;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final getParams()Landroid/os/Bundle;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/core/os/ProfilingRequest;->params:Landroid/os/Bundle;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final getProfilingType()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Landroidx/core/os/ProfilingRequest;->profilingType:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final getTag()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/core/os/ProfilingRequest;->tag:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|