BasicQueueDisposable.smali 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .class public abstract Lio/reactivex/internal/observers/BasicQueueDisposable;
  2. .super Ljava/lang/Object;
  3. .source "BasicQueueDisposable.java"
  4. # interfaces
  5. .implements Lio/reactivex/internal/fuseable/QueueDisposable;
  6. # annotations
  7. .annotation system Ldalvik/annotation/Signature;
  8. value = {
  9. "<T:",
  10. "Ljava/lang/Object;",
  11. ">",
  12. "Ljava/lang/Object;",
  13. "Lio/reactivex/internal/fuseable/QueueDisposable<",
  14. "TT;>;"
  15. }
  16. .end annotation
  17. # direct methods
  18. .method public constructor <init>()V
  19. .locals 0
  20. .line 23
  21. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  22. return-void
  23. .end method
  24. # virtual methods
  25. .method public final offer(Ljava/lang/Object;)Z
  26. .locals 1
  27. .annotation system Ldalvik/annotation/Signature;
  28. value = {
  29. "(TT;)Z"
  30. }
  31. .end annotation
  32. .line 27
  33. new-instance p1, Ljava/lang/UnsupportedOperationException;
  34. const-string v0, "Should not be called"
  35. invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
  36. throw p1
  37. .end method
  38. .method public final offer(Ljava/lang/Object;Ljava/lang/Object;)Z
  39. .locals 0
  40. .annotation system Ldalvik/annotation/Signature;
  41. value = {
  42. "(TT;TT;)Z"
  43. }
  44. .end annotation
  45. .line 32
  46. new-instance p1, Ljava/lang/UnsupportedOperationException;
  47. const-string p2, "Should not be called"
  48. invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
  49. throw p1
  50. .end method