Timeout$1.smali 870 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .class final Lokio/Timeout$1;
  2. .super Lokio/Timeout;
  3. .source ""
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Lokio/Timeout;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x0
  10. name = null
  11. .end annotation
  12. # direct methods
  13. .method constructor <init>()V
  14. .locals 0
  15. invoke-direct {p0}, Lokio/Timeout;-><init>()V
  16. return-void
  17. .end method
  18. # virtual methods
  19. .method public deadlineNanoTime(J)Lokio/Timeout;
  20. .locals 0
  21. return-object p0
  22. .end method
  23. .method public throwIfReached()V
  24. .locals 0
  25. .annotation system Ldalvik/annotation/Throws;
  26. value = {
  27. Ljava/io/IOException;
  28. }
  29. .end annotation
  30. return-void
  31. .end method
  32. .method public timeout(JLjava/util/concurrent/TimeUnit;)Lokio/Timeout;
  33. .locals 0
  34. return-object p0
  35. .end method