apkfuckery/com.discord/smali/androidx/work/Operation$State.smali

38 lines
948 B
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public abstract Landroidx/work/Operation$State;
.super Ljava/lang/Object;
.source "Operation.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/work/Operation;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "State"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/work/Operation$State$FAILURE;,
Landroidx/work/Operation$State$IN_PROGRESS;,
Landroidx/work/Operation$State$SUCCESS;
}
.end annotation
# direct methods
2019-12-06 03:29:40 +00:00
.method public constructor <init>()V
2019-07-24 11:27:29 +00:00
.locals 0
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method