57 lines
1.2 KiB
Smali
57 lines
1.2 KiB
Smali
.class public abstract Lrx/Scheduler$Worker;
|
|
.super Ljava/lang/Object;
|
|
.source "Scheduler.java"
|
|
|
|
# interfaces
|
|
.implements Lrx/Subscription;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lrx/Scheduler;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x409
|
|
name = "Worker"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a(Lrx/functions/Action0;)Lrx/Subscription;
|
|
.end method
|
|
|
|
.method public abstract b(Lrx/functions/Action0;JLjava/util/concurrent/TimeUnit;)Lrx/Subscription;
|
|
.end method
|
|
|
|
.method public c(Lrx/functions/Action0;JJLjava/util/concurrent/TimeUnit;)Lrx/Subscription;
|
|
.locals 8
|
|
|
|
const/4 v7, 0x0
|
|
|
|
move-object v0, p0
|
|
|
|
move-object v1, p1
|
|
|
|
move-wide v2, p2
|
|
|
|
move-wide v4, p4
|
|
|
|
move-object v6, p6
|
|
|
|
invoke-static/range {v0 .. v7}, Lk0/l/c/h;->a(Lrx/Scheduler$Worker;Lrx/functions/Action0;JJLjava/util/concurrent/TimeUnit;Lk0/l/c/h$b;)Lrx/Subscription;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|