TransportSet$1.smali

.class Lio/grpc/internal/TransportSet$1;
.super Lio/grpc/internal/InUseStateAggregator;
.source "TransportSet.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lio/grpc/internal/TransportSet;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x0
    name = null
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Lio/grpc/internal/InUseStateAggregator<",
        "Lio/grpc/internal/ManagedClientTransport;",
        ">;"
    }
.end annotation


# instance fields
.field final synthetic this$0:Lio/grpc/internal/TransportSet;


# direct methods
.method constructor <init>(Lio/grpc/internal/TransportSet;)V
    .registers 2

    .line 1
    iput-object p1, p0, Lio/grpc/internal/TransportSet$1;->this$0:Lio/grpc/internal/TransportSet;

    invoke-direct {p0}, Lio/grpc/internal/InUseStateAggregator;-><init>()V

    return-void
.end method


# virtual methods
.method getLock()Ljava/lang/Object;
    .registers 2

    .line 1
    iget-object v0, p0, Lio/grpc/internal/TransportSet$1;->this$0:Lio/grpc/internal/TransportSet;

    # getter for: Lio/grpc/internal/TransportSet;->lock:Ljava/lang/Object;
    invoke-static {v0}, Lio/grpc/internal/TransportSet;->access$000(Lio/grpc/internal/TransportSet;)Ljava/lang/Object;

    move-result-object v0

    return-object v0
.end method

.method handleInUse()V
    .registers 3

    .line 1
    iget-object v0, p0, Lio/grpc/internal/TransportSet$1;->this$0:Lio/grpc/internal/TransportSet;

    # getter for: Lio/grpc/internal/TransportSet;->callback:Lio/grpc/internal/TransportSet$Callback;
    invoke-static {v0}, Lio/grpc/internal/TransportSet;->access$100(Lio/grpc/internal/TransportSet;)Lio/grpc/internal/TransportSet$Callback;

    move-result-object v0

    iget-object v1, p0, Lio/grpc/internal/TransportSet$1;->this$0:Lio/grpc/internal/TransportSet;

    invoke-virtual {v0, v1}, Lio/grpc/internal/TransportSet$Callback;->onInUse(Lio/grpc/internal/TransportSet;)V

    return-void
.end method

.method handleNotInUse()V
    .registers 3

    .line 1
    iget-object v0, p0, Lio/grpc/internal/TransportSet$1;->this$0:Lio/grpc/internal/TransportSet;

    # getter for: Lio/grpc/internal/TransportSet;->callback:Lio/grpc/internal/TransportSet$Callback;
    invoke-static {v0}, Lio/grpc/internal/TransportSet;->access$100(Lio/grpc/internal/TransportSet;)Lio/grpc/internal/TransportSet$Callback;

    move-result-object v0

    iget-object v1, p0, Lio/grpc/internal/TransportSet$1;->this$0:Lio/grpc/internal/TransportSet;

    invoke-virtual {v0, v1}, Lio/grpc/internal/TransportSet$Callback;->onNotInUse(Lio/grpc/internal/TransportSet;)V

    return-void
.end method