38 lines
811 B
Smali
38 lines
811 B
Smali
.class public Ll1/u;
|
|
.super Ljava/lang/Object;
|
|
.source "UserManagerCompat.java"
|
|
|
|
|
|
# direct methods
|
|
.method public 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;)Z
|
|
.locals 1
|
|
.param p0 # Landroid/content/Context;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1
|
|
const-class v0, Landroid/os/UserManager;
|
|
|
|
invoke-virtual {p0, v0}, Landroid/content/Context;->getSystemService(Ljava/lang/Class;)Ljava/lang/Object;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Landroid/os/UserManager;
|
|
|
|
invoke-virtual {p0}, Landroid/os/UserManager;->isUserUnlocked()Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|