- 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
92 lines
2.5 KiB
Smali
92 lines
2.5 KiB
Smali
.class public Landroidx/profileinstaller/ProfileVerifier$CompilationStatus;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/profileinstaller/ProfileVerifier;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "CompilationStatus"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/profileinstaller/ProfileVerifier$CompilationStatus$ResultCode;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final RESULT_CODE_COMPILED_WITH_PROFILE:I = 0x1
|
|
|
|
.field public static final RESULT_CODE_COMPILED_WITH_PROFILE_NON_MATCHING:I = 0x3
|
|
|
|
.field public static final RESULT_CODE_ERROR_CACHE_FILE_EXISTS_BUT_CANNOT_BE_READ:I = 0x20000
|
|
|
|
.field public static final RESULT_CODE_ERROR_CANT_WRITE_PROFILE_VERIFICATION_RESULT_CACHE_FILE:I = 0x30000
|
|
|
|
.field private static final RESULT_CODE_ERROR_CODE_BIT_SHIFT:I = 0x10
|
|
|
|
.field public static final RESULT_CODE_ERROR_PACKAGE_NAME_DOES_NOT_EXIST:I = 0x10000
|
|
|
|
.field public static final RESULT_CODE_ERROR_UNSUPPORTED_API_VERSION:I = 0x40000
|
|
|
|
.field public static final RESULT_CODE_NO_PROFILE:I = 0x0
|
|
|
|
.field public static final RESULT_CODE_PROFILE_ENQUEUED_FOR_COMPILATION:I = 0x2
|
|
|
|
|
|
# instance fields
|
|
.field private final mHasCurrentProfile:Z
|
|
|
|
.field private final mHasReferenceProfile:Z
|
|
|
|
.field final mResultCode:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(IZZ)V
|
|
.locals 0
|
|
|
|
.line 486
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Landroidx/profileinstaller/ProfileVerifier$CompilationStatus;->mResultCode:I
|
|
|
|
iput-boolean p3, p0, Landroidx/profileinstaller/ProfileVerifier$CompilationStatus;->mHasCurrentProfile:Z
|
|
|
|
iput-boolean p2, p0, Landroidx/profileinstaller/ProfileVerifier$CompilationStatus;->mHasReferenceProfile:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getProfileInstallResultCode()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Landroidx/profileinstaller/ProfileVerifier$CompilationStatus;->mResultCode:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasProfileEnqueuedForCompilation()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Landroidx/profileinstaller/ProfileVerifier$CompilationStatus;->mHasCurrentProfile:Z
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public isCompiledWithProfile()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Landroidx/profileinstaller/ProfileVerifier$CompilationStatus;->mHasReferenceProfile:Z
|
|
|
|
return v0
|
|
.end method
|