IoScheduler$ThreadWorker.smali 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .class final Lio/reactivex/internal/schedulers/IoScheduler$ThreadWorker;
  2. .super Lio/reactivex/internal/schedulers/NewThreadWorker;
  3. .source "IoScheduler.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Lio/reactivex/internal/schedulers/IoScheduler;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x18
  10. name = "ThreadWorker"
  11. .end annotation
  12. # instance fields
  13. .field private expirationTime:J
  14. # direct methods
  15. .method constructor <init>(Ljava/util/concurrent/ThreadFactory;)V
  16. .locals 2
  17. .line 241
  18. invoke-direct {p0, p1}, Lio/reactivex/internal/schedulers/NewThreadWorker;-><init>(Ljava/util/concurrent/ThreadFactory;)V
  19. const-wide/16 v0, 0x0
  20. .line 242
  21. iput-wide v0, p0, Lio/reactivex/internal/schedulers/IoScheduler$ThreadWorker;->expirationTime:J
  22. return-void
  23. .end method
  24. # virtual methods
  25. .method public getExpirationTime()J
  26. .locals 2
  27. .line 246
  28. iget-wide v0, p0, Lio/reactivex/internal/schedulers/IoScheduler$ThreadWorker;->expirationTime:J
  29. return-wide v0
  30. .end method
  31. .method public setExpirationTime(J)V
  32. .locals 0
  33. .line 250
  34. iput-wide p1, p0, Lio/reactivex/internal/schedulers/IoScheduler$ThreadWorker;->expirationTime:J
  35. return-void
  36. .end method