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

205 lines
5.4 KiB
Smali

.class public final Landroidx/camera/core/ImageCapture$r;
.super Ljava/lang/Object;
.source "ImageCapture.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/camera/core/ImageCapture;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "r"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/camera/core/ImageCapture$r$a;
}
.end annotation
# instance fields
.field public final a:Ljava/io/File;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public final b:Landroid/content/ContentResolver;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public final c:Landroid/net/Uri;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public final d:Landroid/content/ContentValues;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public final e:Ljava/io/OutputStream;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public final f:Landroidx/camera/core/ImageCapture$o;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# direct methods
.method public constructor <init>(Ljava/io/File;Landroid/content/ContentResolver;Landroid/net/Uri;Landroid/content/ContentValues;Ljava/io/OutputStream;Landroidx/camera/core/ImageCapture$o;)V
.locals 0
.param p1 # Ljava/io/File;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p2 # Landroid/content/ContentResolver;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p3 # Landroid/net/Uri;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p4 # Landroid/content/ContentValues;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p5 # Ljava/io/OutputStream;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p6 # Landroidx/camera/core/ImageCapture$o;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0,
0x0,
0x0,
0x0,
0x0
}
names = {
"file",
"contentResolver",
"saveCollection",
"contentValues",
"outputStream",
"metadata"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Landroidx/camera/core/ImageCapture$r;->a:Ljava/io/File;
.line 3
iput-object p2, p0, Landroidx/camera/core/ImageCapture$r;->b:Landroid/content/ContentResolver;
.line 4
iput-object p3, p0, Landroidx/camera/core/ImageCapture$r;->c:Landroid/net/Uri;
.line 5
iput-object p4, p0, Landroidx/camera/core/ImageCapture$r;->d:Landroid/content/ContentValues;
.line 6
iput-object p5, p0, Landroidx/camera/core/ImageCapture$r;->e:Ljava/io/OutputStream;
if-nez p6, :cond_0
.line 7
new-instance p6, Landroidx/camera/core/ImageCapture$o;
invoke-direct {p6}, Landroidx/camera/core/ImageCapture$o;-><init>()V
:cond_0
iput-object p6, p0, Landroidx/camera/core/ImageCapture$r;->f:Landroidx/camera/core/ImageCapture$o;
return-void
.end method
# virtual methods
.method public a()Landroid/content/ContentResolver;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Landroidx/camera/core/ImageCapture$r;->b:Landroid/content/ContentResolver;
return-object v0
.end method
.method public b()Landroid/content/ContentValues;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Landroidx/camera/core/ImageCapture$r;->d:Landroid/content/ContentValues;
return-object v0
.end method
.method public c()Ljava/io/File;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Landroidx/camera/core/ImageCapture$r;->a:Ljava/io/File;
return-object v0
.end method
.method public d()Landroidx/camera/core/ImageCapture$o;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.line 1
iget-object v0, p0, Landroidx/camera/core/ImageCapture$r;->f:Landroidx/camera/core/ImageCapture$o;
return-object v0
.end method
.method public e()Ljava/io/OutputStream;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Landroidx/camera/core/ImageCapture$r;->e:Ljava/io/OutputStream;
return-object v0
.end method
.method public f()Landroid/net/Uri;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Landroidx/camera/core/ImageCapture$r;->c:Landroid/net/Uri;
return-object v0
.end method