57 lines
984 B
Smali
57 lines
984 B
Smali
.class public Lk0/b;
|
|
.super Lrx/Subscriber;
|
|
.source "Completable.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lrx/Subscriber<",
|
|
"Ljava/lang/Object;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic d:Lk0/e;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lk0/c;Lk0/e;)V
|
|
.locals 0
|
|
|
|
iput-object p2, p0, Lk0/b;->d:Lk0/e;
|
|
|
|
invoke-direct {p0}, Lrx/Subscriber;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onCompleted()V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lk0/b;->d:Lk0/e;
|
|
|
|
invoke-interface {v0}, Lk0/e;->onCompleted()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onError(Ljava/lang/Throwable;)V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lk0/b;->d:Lk0/e;
|
|
|
|
invoke-interface {v0, p1}, Lk0/e;->onError(Ljava/lang/Throwable;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onNext(Ljava/lang/Object;)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|