mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 00:52:31 -06:00
34 lines
922 B
Smali
34 lines
922 B
Smali
|
.class public interface abstract Landroidx/work/ProgressUpdater;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "ProgressUpdater.java"
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract updateProgress(Landroid/content/Context;Ljava/util/UUID;Landroidx/work/Data;)Lcom/google/common/util/concurrent/ListenableFuture;
|
||
|
.annotation system Ldalvik/annotation/MethodParameters;
|
||
|
accessFlags = {
|
||
|
0x0,
|
||
|
0x0,
|
||
|
0x0
|
||
|
}
|
||
|
names = {
|
||
|
"context",
|
||
|
"id",
|
||
|
"data"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"(",
|
||
|
"Landroid/content/Context;",
|
||
|
"Ljava/util/UUID;",
|
||
|
"Landroidx/work/Data;",
|
||
|
")",
|
||
|
"Lcom/google/common/util/concurrent/ListenableFuture<",
|
||
|
"Ljava/lang/Void;",
|
||
|
">;"
|
||
|
}
|
||
|
.end annotation
|
||
|
.end method
|