EmptyComponent.smali 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. .class public final enum Lio/reactivex/internal/util/EmptyComponent;
  2. .super Ljava/lang/Enum;
  3. .source "EmptyComponent.java"
  4. # interfaces
  5. .implements Lorg/reactivestreams/Subscriber;
  6. .implements Lio/reactivex/Observer;
  7. .implements Lio/reactivex/MaybeObserver;
  8. .implements Lio/reactivex/SingleObserver;
  9. .implements Lio/reactivex/CompletableObserver;
  10. .implements Lorg/reactivestreams/Subscription;
  11. .implements Lio/reactivex/disposables/Disposable;
  12. # annotations
  13. .annotation system Ldalvik/annotation/Signature;
  14. value = {
  15. "Ljava/lang/Enum<",
  16. "Lio/reactivex/internal/util/EmptyComponent;",
  17. ">;",
  18. "Lorg/reactivestreams/Subscriber<",
  19. "Ljava/lang/Object;",
  20. ">;",
  21. "Lio/reactivex/Observer<",
  22. "Ljava/lang/Object;",
  23. ">;",
  24. "Lio/reactivex/MaybeObserver<",
  25. "Ljava/lang/Object;",
  26. ">;",
  27. "Lio/reactivex/SingleObserver<",
  28. "Ljava/lang/Object;",
  29. ">;",
  30. "Lio/reactivex/CompletableObserver;",
  31. "Lorg/reactivestreams/Subscription;",
  32. "Lio/reactivex/disposables/Disposable;"
  33. }
  34. .end annotation
  35. # static fields
  36. .field private static final synthetic $VALUES:[Lio/reactivex/internal/util/EmptyComponent;
  37. .field public static final enum INSTANCE:Lio/reactivex/internal/util/EmptyComponent;
  38. # direct methods
  39. .method static constructor <clinit>()V
  40. .locals 3
  41. .line 27
  42. new-instance v0, Lio/reactivex/internal/util/EmptyComponent;
  43. const/4 v1, 0x0
  44. const-string v2, "INSTANCE"
  45. invoke-direct {v0, v2, v1}, Lio/reactivex/internal/util/EmptyComponent;-><init>(Ljava/lang/String;I)V
  46. sput-object v0, Lio/reactivex/internal/util/EmptyComponent;->INSTANCE:Lio/reactivex/internal/util/EmptyComponent;
  47. const/4 v0, 0x1
  48. .line 25
  49. new-array v0, v0, [Lio/reactivex/internal/util/EmptyComponent;
  50. sget-object v2, Lio/reactivex/internal/util/EmptyComponent;->INSTANCE:Lio/reactivex/internal/util/EmptyComponent;
  51. aput-object v2, v0, v1
  52. sput-object v0, Lio/reactivex/internal/util/EmptyComponent;->$VALUES:[Lio/reactivex/internal/util/EmptyComponent;
  53. return-void
  54. .end method
  55. .method private constructor <init>(Ljava/lang/String;I)V
  56. .locals 0
  57. .annotation system Ldalvik/annotation/Signature;
  58. value = {
  59. "()V"
  60. }
  61. .end annotation
  62. .line 25
  63. invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
  64. return-void
  65. .end method
  66. .method public static asObserver()Lio/reactivex/Observer;
  67. .locals 1
  68. .annotation system Ldalvik/annotation/Signature;
  69. value = {
  70. "<T:",
  71. "Ljava/lang/Object;",
  72. ">()",
  73. "Lio/reactivex/Observer<",
  74. "TT;>;"
  75. }
  76. .end annotation
  77. .line 36
  78. sget-object v0, Lio/reactivex/internal/util/EmptyComponent;->INSTANCE:Lio/reactivex/internal/util/EmptyComponent;
  79. return-object v0
  80. .end method
  81. .method public static asSubscriber()Lorg/reactivestreams/Subscriber;
  82. .locals 1
  83. .annotation system Ldalvik/annotation/Signature;
  84. value = {
  85. "<T:",
  86. "Ljava/lang/Object;",
  87. ">()",
  88. "Lorg/reactivestreams/Subscriber<",
  89. "TT;>;"
  90. }
  91. .end annotation
  92. .line 31
  93. sget-object v0, Lio/reactivex/internal/util/EmptyComponent;->INSTANCE:Lio/reactivex/internal/util/EmptyComponent;
  94. return-object v0
  95. .end method
  96. .method public static valueOf(Ljava/lang/String;)Lio/reactivex/internal/util/EmptyComponent;
  97. .locals 1
  98. .line 25
  99. const-class v0, Lio/reactivex/internal/util/EmptyComponent;
  100. invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
  101. move-result-object p0
  102. check-cast p0, Lio/reactivex/internal/util/EmptyComponent;
  103. return-object p0
  104. .end method
  105. .method public static values()[Lio/reactivex/internal/util/EmptyComponent;
  106. .locals 1
  107. .line 25
  108. sget-object v0, Lio/reactivex/internal/util/EmptyComponent;->$VALUES:[Lio/reactivex/internal/util/EmptyComponent;
  109. invoke-virtual {v0}, [Lio/reactivex/internal/util/EmptyComponent;->clone()Ljava/lang/Object;
  110. move-result-object v0
  111. check-cast v0, [Lio/reactivex/internal/util/EmptyComponent;
  112. return-object v0
  113. .end method
  114. # virtual methods
  115. .method public cancel()V
  116. .locals 0
  117. return-void
  118. .end method
  119. .method public dispose()V
  120. .locals 0
  121. return-void
  122. .end method
  123. .method public isDisposed()Z
  124. .locals 1
  125. const/4 v0, 0x1
  126. return v0
  127. .end method
  128. .method public onComplete()V
  129. .locals 0
  130. return-void
  131. .end method
  132. .method public onError(Ljava/lang/Throwable;)V
  133. .locals 0
  134. .line 76
  135. invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
  136. return-void
  137. .end method
  138. .method public onNext(Ljava/lang/Object;)V
  139. .locals 0
  140. return-void
  141. .end method
  142. .method public onSubscribe(Lio/reactivex/disposables/Disposable;)V
  143. .locals 0
  144. .line 61
  145. invoke-interface {p1}, Lio/reactivex/disposables/Disposable;->dispose()V
  146. return-void
  147. .end method
  148. .method public onSubscribe(Lorg/reactivestreams/Subscription;)V
  149. .locals 0
  150. .line 66
  151. invoke-interface {p1}, Lorg/reactivestreams/Subscription;->cancel()V
  152. return-void
  153. .end method
  154. .method public onSuccess(Ljava/lang/Object;)V
  155. .locals 0
  156. return-void
  157. .end method
  158. .method public request(J)V
  159. .locals 0
  160. return-void
  161. .end method