65 lines
1.3 KiB
Smali
65 lines
1.3 KiB
Smali
.class public final Ll1/l;
|
|
.super Ljava/lang/Object;
|
|
.source "MessageCompat.java"
|
|
|
|
|
|
# static fields
|
|
.field public static a:Z = true
|
|
|
|
.field public static b:Z = true
|
|
|
|
|
|
# direct methods
|
|
.method public static constructor <clinit>()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.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/os/Message;)Z
|
|
.locals 0
|
|
.param p0 # Landroid/os/Message;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"NewApi"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Landroid/os/Message;->isAsynchronous()Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static b(Landroid/os/Message;Z)V
|
|
.locals 0
|
|
.param p0 # Landroid/os/Message;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"NewApi"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-virtual {p0, p1}, Landroid/os/Message;->setAsynchronous(Z)V
|
|
|
|
return-void
|
|
.end method
|