tmap/smali/androidx/camera/core/ImageSaver$b.smali
2022-06-10 21:38:30 +09:00

59 lines
1.6 KiB
Smali

.class public interface abstract Landroidx/camera/core/ImageSaver$b;
.super Ljava/lang/Object;
.source "ImageSaver.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/camera/core/ImageSaver;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "b"
.end annotation
# virtual methods
.method public abstract a(Landroidx/camera/core/ImageCapture$s;)V
.param p1 # Landroidx/camera/core/ImageCapture$s;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"outputFileResults"
}
.end annotation
.end method
.method public abstract b(Landroidx/camera/core/ImageSaver$SaveError;Ljava/lang/String;Ljava/lang/Throwable;)V
.param p1 # Landroidx/camera/core/ImageSaver$SaveError;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/lang/Throwable;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0,
0x0
}
names = {
"saveError",
"message",
"cause"
}
.end annotation
.end method