SchedulerWhen$3.smali 777 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .class final Lio/reactivex/internal/schedulers/SchedulerWhen$3;
  2. .super Ljava/lang/Object;
  3. .source "SchedulerWhen.java"
  4. # interfaces
  5. .implements Lio/reactivex/disposables/Disposable;
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingClass;
  8. value = Lio/reactivex/internal/schedulers/SchedulerWhen;
  9. .end annotation
  10. .annotation system Ldalvik/annotation/InnerClass;
  11. accessFlags = 0x8
  12. name = null
  13. .end annotation
  14. # direct methods
  15. .method constructor <init>()V
  16. .locals 0
  17. .line 195
  18. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  19. return-void
  20. .end method
  21. # virtual methods
  22. .method public dispose()V
  23. .locals 0
  24. return-void
  25. .end method
  26. .method public isDisposed()Z
  27. .locals 1
  28. const/4 v0, 0x0
  29. return v0
  30. .end method