2022-06-10 21:38:30 +09:00

33 lines
778 B
Smali

.class public interface abstract Lcom/google/api/client/util/Sleeper;
.super Ljava/lang/Object;
.source "Sleeper.java"
# static fields
.field public static final DEFAULT:Lcom/google/api/client/util/Sleeper;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/google/api/client/util/Sleeper$1;
invoke-direct {v0}, Lcom/google/api/client/util/Sleeper$1;-><init>()V
sput-object v0, Lcom/google/api/client/util/Sleeper;->DEFAULT:Lcom/google/api/client/util/Sleeper;
return-void
.end method
# virtual methods
.method public abstract sleep(J)V
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/InterruptedException;
}
.end annotation
.end method