Schedulers$2.smali 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .class final Lio/reactivex/schedulers/Schedulers$2;
  2. .super Ljava/lang/Object;
  3. .source "Schedulers.java"
  4. # interfaces
  5. .implements Ljava/util/concurrent/Callable;
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingClass;
  8. value = Lio/reactivex/schedulers/Schedulers;
  9. .end annotation
  10. .annotation system Ldalvik/annotation/InnerClass;
  11. accessFlags = 0x8
  12. name = null
  13. .end annotation
  14. .annotation system Ldalvik/annotation/Signature;
  15. value = {
  16. "Ljava/lang/Object;",
  17. "Ljava/util/concurrent/Callable<",
  18. "Lio/reactivex/Scheduler;",
  19. ">;"
  20. }
  21. .end annotation
  22. # direct methods
  23. .method constructor <init>()V
  24. .locals 0
  25. .line 71
  26. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  27. return-void
  28. .end method
  29. # virtual methods
  30. .method public call()Lio/reactivex/Scheduler;
  31. .locals 1
  32. .annotation system Ldalvik/annotation/Throws;
  33. value = {
  34. Ljava/lang/Exception;
  35. }
  36. .end annotation
  37. .line 74
  38. sget-object v0, Lio/reactivex/schedulers/Schedulers$ComputationHolder;->DEFAULT:Lio/reactivex/Scheduler;
  39. return-object v0
  40. .end method
  41. .method public bridge synthetic call()Ljava/lang/Object;
  42. .locals 1
  43. .annotation system Ldalvik/annotation/Throws;
  44. value = {
  45. Ljava/lang/Exception;
  46. }
  47. .end annotation
  48. .line 71
  49. invoke-virtual {p0}, Lio/reactivex/schedulers/Schedulers$2;->call()Lio/reactivex/Scheduler;
  50. move-result-object v0
  51. return-object v0
  52. .end method