93 lines
2.5 KiB
Smali
93 lines
2.5 KiB
Smali
.class public interface abstract Landroidx/work/Operation;
|
|
.super Ljava/lang/Object;
|
|
.source "Operation.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/work/Operation$State;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final IN_PROGRESS:Landroidx/work/Operation$State$IN_PROGRESS;
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"SyntheticAccessor"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final SUCCESS:Landroidx/work/Operation$State$SUCCESS;
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"SyntheticAccessor"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
new-instance v0, Landroidx/work/Operation$State$SUCCESS;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Landroidx/work/Operation$State$SUCCESS;-><init>(Landroidx/work/Operation$1;)V
|
|
|
|
sput-object v0, Landroidx/work/Operation;->SUCCESS:Landroidx/work/Operation$State$SUCCESS;
|
|
|
|
new-instance v0, Landroidx/work/Operation$State$IN_PROGRESS;
|
|
|
|
invoke-direct {v0, v1}, Landroidx/work/Operation$State$IN_PROGRESS;-><init>(Landroidx/work/Operation$1;)V
|
|
|
|
sput-object v0, Landroidx/work/Operation;->IN_PROGRESS:Landroidx/work/Operation$State$IN_PROGRESS;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getResult()Lf/k/b/a/a/a;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Lf/k/b/a/a/a<",
|
|
"Landroidx/work/Operation$State$SUCCESS;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getState()Landroidx/lifecycle/LiveData;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Landroidx/lifecycle/LiveData<",
|
|
"Landroidx/work/Operation$State;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end method
|