Changes of com.discord v949
This commit is contained in:
parent
c0db50b5f4
commit
18940c51f9
6263 changed files with 76623 additions and 116117 deletions
|
@ -47,12 +47,6 @@
|
|||
|
||||
.method public static getInstance(Landroid/content/Context;)Landroidx/core/hardware/display/DisplayManagerCompat;
|
||||
.locals 3
|
||||
.param p0 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Landroidx/core/hardware/display/DisplayManagerCompat;->sInstances:Ljava/util/WeakHashMap;
|
||||
|
||||
|
@ -96,8 +90,6 @@
|
|||
# virtual methods
|
||||
.method public final getDisplay(I)Landroid/view/Display;
|
||||
.locals 2
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
|
@ -152,8 +144,6 @@
|
|||
|
||||
.method public final getDisplays()[Landroid/view/Display;
|
||||
.locals 3
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
|
@ -205,12 +195,6 @@
|
|||
|
||||
.method public final getDisplays(Ljava/lang/String;)[Landroid/view/Display;
|
||||
.locals 2
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
|
|
|
@ -25,10 +25,6 @@
|
|||
# direct methods
|
||||
.method public constructor <init>(Ljava/security/Signature;)V
|
||||
.locals 0
|
||||
.param p1 # Ljava/security/Signature;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
@ -45,10 +41,6 @@
|
|||
|
||||
.method public constructor <init>(Ljavax/crypto/Cipher;)V
|
||||
.locals 0
|
||||
.param p1 # Ljavax/crypto/Cipher;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
@ -65,10 +57,6 @@
|
|||
|
||||
.method public constructor <init>(Ljavax/crypto/Mac;)V
|
||||
.locals 0
|
||||
.param p1 # Ljavax/crypto/Mac;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
@ -87,8 +75,6 @@
|
|||
# virtual methods
|
||||
.method public getCipher()Ljavax/crypto/Cipher;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/core/hardware/fingerprint/FingerprintManagerCompat$CryptoObject;->mCipher:Ljavax/crypto/Cipher;
|
||||
|
||||
|
@ -97,8 +83,6 @@
|
|||
|
||||
.method public getMac()Ljavax/crypto/Mac;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/core/hardware/fingerprint/FingerprintManagerCompat$CryptoObject;->mMac:Ljavax/crypto/Mac;
|
||||
|
||||
|
@ -107,8 +91,6 @@
|
|||
|
||||
.method public getSignature()Ljava/security/Signature;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/core/hardware/fingerprint/FingerprintManagerCompat$CryptoObject;->mSignature:Ljava/security/Signature;
|
||||
|
||||
|
|
|
@ -33,12 +33,6 @@
|
|||
|
||||
.method public static from(Landroid/content/Context;)Landroidx/core/hardware/fingerprint/FingerprintManagerCompat;
|
||||
.locals 1
|
||||
.param p0 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/core/hardware/fingerprint/FingerprintManagerCompat;
|
||||
|
||||
|
@ -49,16 +43,6 @@
|
|||
|
||||
.method private static getFingerprintManagerOrNull(Landroid/content/Context;)Landroid/hardware/fingerprint/FingerprintManager;
|
||||
.locals 2
|
||||
.param p0 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x17
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Landroid/content/Context;->getPackageManager()Landroid/content/pm/PackageManager;
|
||||
|
||||
|
@ -90,9 +74,6 @@
|
|||
|
||||
.method static unwrapCryptoObject(Landroid/hardware/fingerprint/FingerprintManager$CryptoObject;)Landroidx/core/hardware/fingerprint/FingerprintManagerCompat$CryptoObject;
|
||||
.locals 2
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x17
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -155,9 +136,6 @@
|
|||
|
||||
.method private static wrapCallback(Landroidx/core/hardware/fingerprint/FingerprintManagerCompat$AuthenticationCallback;)Landroid/hardware/fingerprint/FingerprintManager$AuthenticationCallback;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x17
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/core/hardware/fingerprint/FingerprintManagerCompat$1;
|
||||
|
||||
|
@ -168,9 +146,6 @@
|
|||
|
||||
.method private static wrapCryptoObject(Landroidx/core/hardware/fingerprint/FingerprintManagerCompat$CryptoObject;)Landroid/hardware/fingerprint/FingerprintManager$CryptoObject;
|
||||
.locals 2
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x17
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -235,25 +210,6 @@
|
|||
# virtual methods
|
||||
.method public final authenticate(Landroidx/core/hardware/fingerprint/FingerprintManagerCompat$CryptoObject;ILandroidx/core/os/CancellationSignal;Landroidx/core/hardware/fingerprint/FingerprintManagerCompat$AuthenticationCallback;Landroid/os/Handler;)V
|
||||
.locals 7
|
||||
.param p1 # Landroidx/core/hardware/fingerprint/FingerprintManagerCompat$CryptoObject;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Landroidx/core/os/CancellationSignal;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # Landroidx/core/hardware/fingerprint/FingerprintManagerCompat$AuthenticationCallback;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p5 # Landroid/os/Handler;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/RequiresPermission;
|
||||
value = "android.permission.USE_FINGERPRINT"
|
||||
.end annotation
|
||||
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
|
@ -305,9 +261,6 @@
|
|||
|
||||
.method public final hasEnrolledFingerprints()Z
|
||||
.locals 3
|
||||
.annotation build Landroidx/annotation/RequiresPermission;
|
||||
value = "android.permission.USE_FINGERPRINT"
|
||||
.end annotation
|
||||
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
|
@ -341,9 +294,6 @@
|
|||
|
||||
.method public final isHardwareDetected()Z
|
||||
.locals 3
|
||||
.annotation build Landroidx/annotation/RequiresPermission;
|
||||
value = "android.permission.USE_FINGERPRINT"
|
||||
.end annotation
|
||||
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue