StreamAllocation$StreamAllocationReference.smali 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .class public final Lokhttp3/internal/connection/StreamAllocation$StreamAllocationReference;
  2. .super Ljava/lang/ref/WeakReference;
  3. .source ""
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Lokhttp3/internal/connection/StreamAllocation;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x19
  10. name = "StreamAllocationReference"
  11. .end annotation
  12. .annotation system Ldalvik/annotation/Signature;
  13. value = {
  14. "Ljava/lang/ref/WeakReference<",
  15. "Lokhttp3/internal/connection/StreamAllocation;",
  16. ">;"
  17. }
  18. .end annotation
  19. # instance fields
  20. .field public final callStackTrace:Ljava/lang/Object;
  21. # direct methods
  22. .method constructor <init>(Lokhttp3/internal/connection/StreamAllocation;Ljava/lang/Object;)V
  23. .locals 0
  24. invoke-direct {p0, p1}, Ljava/lang/ref/WeakReference;-><init>(Ljava/lang/Object;)V
  25. iput-object p2, p0, Lokhttp3/internal/connection/StreamAllocation$StreamAllocationReference;->callStackTrace:Ljava/lang/Object;
  26. return-void
  27. .end method