Files
rr3-apk/smali_classes3/com/google/firebase/concurrent/DelegatingScheduledFuture.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

121 lines
3.6 KiB
Smali

.class public Lcom/google/firebase/concurrent/DelegatingScheduledFuture;
.super Landroidx/concurrent/futures/AbstractResolvableFuture;
.source "SourceFile"
# interfaces
.implements Ljava/util/concurrent/ScheduledFuture;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/firebase/concurrent/DelegatingScheduledFuture$Resolver;,
Lcom/google/firebase/concurrent/DelegatingScheduledFuture$Completer;
}
.end annotation
# instance fields
.field public final upstreamFuture:Ljava/util/concurrent/ScheduledFuture;
# direct methods
.method public constructor <init>(Lcom/google/firebase/concurrent/DelegatingScheduledFuture$Resolver;)V
.locals 1
.line 41
invoke-direct {p0}, Landroidx/concurrent/futures/AbstractResolvableFuture;-><init>()V
.line 42
new-instance v0, Lcom/google/firebase/concurrent/DelegatingScheduledFuture$1;
invoke-direct {v0, p0}, Lcom/google/firebase/concurrent/DelegatingScheduledFuture$1;-><init>(Lcom/google/firebase/concurrent/DelegatingScheduledFuture;)V
.line 43
invoke-interface {p1, v0}, Lcom/google/firebase/concurrent/DelegatingScheduledFuture$Resolver;->addCompleter(Lcom/google/firebase/concurrent/DelegatingScheduledFuture$Completer;)Ljava/util/concurrent/ScheduledFuture;
move-result-object p1
iput-object p1, p0, Lcom/google/firebase/concurrent/DelegatingScheduledFuture;->upstreamFuture:Ljava/util/concurrent/ScheduledFuture;
return-void
.end method
.method public static synthetic access$000(Lcom/google/firebase/concurrent/DelegatingScheduledFuture;Ljava/lang/Object;)Z
.locals 0
.line 28
invoke-virtual {p0, p1}, Landroidx/concurrent/futures/AbstractResolvableFuture;->set(Ljava/lang/Object;)Z
move-result p0
return p0
.end method
.method public static synthetic access$100(Lcom/google/firebase/concurrent/DelegatingScheduledFuture;Ljava/lang/Throwable;)Z
.locals 0
.line 28
invoke-virtual {p0, p1}, Landroidx/concurrent/futures/AbstractResolvableFuture;->setException(Ljava/lang/Throwable;)Z
move-result p0
return p0
.end method
# virtual methods
.method public afterDone()V
.locals 2
iget-object v0, p0, Lcom/google/firebase/concurrent/DelegatingScheduledFuture;->upstreamFuture:Ljava/util/concurrent/ScheduledFuture;
.line 61
invoke-virtual {p0}, Landroidx/concurrent/futures/AbstractResolvableFuture;->wasInterrupted()Z
move-result v1
invoke-interface {v0, v1}, Ljava/util/concurrent/Future;->cancel(Z)Z
return-void
.end method
.method public bridge synthetic compareTo(Ljava/lang/Object;)I
.locals 0
.line 26
check-cast p1, Ljava/util/concurrent/Delayed;
invoke-virtual {p0, p1}, Lcom/google/firebase/concurrent/DelegatingScheduledFuture;->compareTo(Ljava/util/concurrent/Delayed;)I
move-result p1
return p1
.end method
.method public compareTo(Ljava/util/concurrent/Delayed;)I
.locals 1
iget-object v0, p0, Lcom/google/firebase/concurrent/DelegatingScheduledFuture;->upstreamFuture:Ljava/util/concurrent/ScheduledFuture;
.line 71
invoke-interface {v0, p1}, Ljava/lang/Comparable;->compareTo(Ljava/lang/Object;)I
move-result p1
return p1
.end method
.method public getDelay(Ljava/util/concurrent/TimeUnit;)J
.locals 2
iget-object v0, p0, Lcom/google/firebase/concurrent/DelegatingScheduledFuture;->upstreamFuture:Ljava/util/concurrent/ScheduledFuture;
.line 66
invoke-interface {v0, p1}, Ljava/util/concurrent/Delayed;->getDelay(Ljava/util/concurrent/TimeUnit;)J
move-result-wide v0
return-wide v0
.end method