- 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
172 lines
3.8 KiB
Smali
172 lines
3.8 KiB
Smali
.class final Lcom/applovin/exoplayer2/common/base/a;
|
|
.super Lcom/applovin/exoplayer2/common/base/Optional;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field static final a:Lcom/applovin/exoplayer2/common/base/a;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/applovin/exoplayer2/common/base/a;
|
|
|
|
invoke-direct {v0}, Lcom/applovin/exoplayer2/common/base/a;-><init>()V
|
|
|
|
sput-object v0, Lcom/applovin/exoplayer2/common/base/a;->a:Lcom/applovin/exoplayer2/common/base/a;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/applovin/exoplayer2/common/base/Optional;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a()Lcom/applovin/exoplayer2/common/base/Optional;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/applovin/exoplayer2/common/base/a;->a:Lcom/applovin/exoplayer2/common/base/a;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public asSet()Ljava/util/Set;
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-static {}, Ljava/util/Collections;->emptySet()Ljava/util/Set;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public equals(Ljava/lang/Object;)Z
|
|
.locals 0
|
|
|
|
if-ne p1, p0, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
return p1
|
|
.end method
|
|
|
|
.method public get()Ljava/lang/Object;
|
|
.locals 2
|
|
|
|
.line 1
|
|
new-instance v0, Ljava/lang/IllegalStateException;
|
|
|
|
const-string v1, "Optional.get() cannot be called on an absent value"
|
|
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public hashCode()I
|
|
.locals 1
|
|
|
|
const v0, 0x79a31aac
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public isPresent()Z
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public or(Lcom/applovin/exoplayer2/common/base/Optional;)Lcom/applovin/exoplayer2/common/base/Optional;
|
|
.locals 0
|
|
|
|
.line 2
|
|
invoke-static {p1}, Lcom/applovin/exoplayer2/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lcom/applovin/exoplayer2/common/base/Optional;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public or(Lcom/applovin/exoplayer2/common/base/Supplier;)Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 3
|
|
invoke-interface {p1}, Lcom/applovin/exoplayer2/common/base/Supplier;->get()Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
const-string v0, "use Optional.orNull() instead of a Supplier that returns null"
|
|
|
|
.line 4
|
|
invoke-static {p1, v0}, Lcom/applovin/exoplayer2/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public or(Ljava/lang/Object;)Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
const-string v0, "use Optional.orNull() instead of Optional.or(null)"
|
|
|
|
.line 1
|
|
invoke-static {p1, v0}, Lcom/applovin/exoplayer2/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public orNull()Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "Optional.absent()"
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public transform(Lcom/applovin/exoplayer2/common/base/Function;)Lcom/applovin/exoplayer2/common/base/Optional;
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-static {p1}, Lcom/applovin/exoplayer2/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 2
|
|
invoke-static {}, Lcom/applovin/exoplayer2/common/base/Optional;->absent()Lcom/applovin/exoplayer2/common/base/Optional;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|