2022-06-10 21:38:30 +09:00

66 lines
1.5 KiB
Smali

.class public Landroidx/biometric/l$b;
.super Ljava/lang/Object;
.source "KeyguardUtils.java"
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x17
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/biometric/l;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "b"
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static a(Landroid/content/Context;)Landroid/app/KeyguardManager;
.locals 1
.param p0 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
const-class v0, Landroid/app/KeyguardManager;
invoke-virtual {p0, v0}, Landroid/content/Context;->getSystemService(Ljava/lang/Class;)Ljava/lang/Object;
move-result-object p0
check-cast p0, Landroid/app/KeyguardManager;
return-object p0
.end method
.method public static b(Landroid/app/KeyguardManager;)Z
.locals 0
.param p0 # Landroid/app/KeyguardManager;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-virtual {p0}, Landroid/app/KeyguardManager;->isDeviceSecure()Z
move-result p0
return p0
.end method