51 lines
1.3 KiB
Smali
51 lines
1.3 KiB
Smali
.class public final Landroidx/credentials/provider/RemoteEntry$Builder;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/credentials/provider/RemoteEntry;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "Builder"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final pendingIntent:Landroid/app/PendingIntent;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/app/PendingIntent;)V
|
|
.locals 1
|
|
|
|
const-string v0, "pendingIntent"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 63
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/credentials/provider/RemoteEntry$Builder;->pendingIntent:Landroid/app/PendingIntent;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final build()Landroidx/credentials/provider/RemoteEntry;
|
|
.locals 2
|
|
|
|
.line 66
|
|
new-instance v0, Landroidx/credentials/provider/RemoteEntry;
|
|
|
|
iget-object v1, p0, Landroidx/credentials/provider/RemoteEntry$Builder;->pendingIntent:Landroid/app/PendingIntent;
|
|
|
|
invoke-direct {v0, v1}, Landroidx/credentials/provider/RemoteEntry;-><init>(Landroid/app/PendingIntent;)V
|
|
|
|
return-object v0
|
|
.end method
|