Context$Storage.smali

.class public abstract Lio/grpc/Context$Storage;
.super Ljava/lang/Object;


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

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x409
    name = "Storage"
.end annotation


# direct methods
.method public constructor <init>()V
    .registers 1

    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public a(Lio/grpc/Context;)V
    .registers 3
    .annotation runtime Ljava/lang/Deprecated;
    .end annotation

    new-instance p1, Ljava/lang/UnsupportedOperationException;

    const-string v0, "Deprecated. Do not call."

    invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V

    throw p1
.end method

.method public abstract b()Lio/grpc/Context;
.end method

.method public abstract c(Lio/grpc/Context;Lio/grpc/Context;)V
.end method

.method public d(Lio/grpc/Context;)Lio/grpc/Context;
    .registers 2

    invoke-virtual {p0}, Lio/grpc/Context$Storage;->b()Lio/grpc/Context;

    invoke-virtual {p0, p1}, Lio/grpc/Context$Storage;->a(Lio/grpc/Context;)V

    const/4 p1, 0x0

    throw p1
.end method