Changes of com.discord v1208

This commit is contained in:
root 2020-07-25 02:57:47 +00:00
parent ec286a9030
commit 9689dfbdc5
6968 changed files with 663631 additions and 664123 deletions

View file

@ -0,0 +1,14 @@
.class public synthetic Lf/e/a/a/a$a;
.super Ljava/lang/Object;
.source "InstallReferrerClientImpl.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lf/e/a/a/a;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1009
name = null
.end annotation

View file

@ -0,0 +1,108 @@
.class public final Lf/e/a/a/a$b;
.super Ljava/lang/Object;
.source "InstallReferrerClientImpl.java"
# interfaces
.implements Landroid/content/ServiceConnection;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lf/e/a/a/a;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x11
name = "b"
.end annotation
# instance fields
.field public final d:Lf/e/a/a/b;
.field public final synthetic e:Lf/e/a/a/a;
# direct methods
.method public constructor <init>(Lf/e/a/a/a;Lf/e/a/a/b;Lf/e/a/a/a$a;)V
.locals 0
iput-object p1, p0, Lf/e/a/a/a$b;->e:Lf/e/a/a/a;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
if-eqz p2, :cond_0
iput-object p2, p0, Lf/e/a/a/a$b;->d:Lf/e/a/a/b;
return-void
:cond_0
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Please specify a listener to know when setup is done."
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
# virtual methods
.method public onServiceConnected(Landroid/content/ComponentName;Landroid/os/IBinder;)V
.locals 1
const-string p1, "InstallReferrerClient"
const-string v0, "Install Referrer service connected."
invoke-static {p1, v0}, Ld0/a/b/b/a;->n0(Ljava/lang/String;Ljava/lang/String;)V
iget-object p1, p0, Lf/e/a/a/a$b;->e:Lf/e/a/a/a;
invoke-static {p2}, Lf/h/a/d/a/a$a;->g(Landroid/os/IBinder;)Lf/h/a/d/a/a;
move-result-object p2
iput-object p2, p1, Lf/e/a/a/a;->c:Lf/h/a/d/a/a;
iget-object p1, p0, Lf/e/a/a/a$b;->e:Lf/e/a/a/a;
const/4 p2, 0x2
iput p2, p1, Lf/e/a/a/a;->a:I
iget-object p1, p0, Lf/e/a/a/a$b;->d:Lf/e/a/a/b;
const/4 p2, 0x0
invoke-interface {p1, p2}, Lf/e/a/a/b;->onInstallReferrerSetupFinished(I)V
return-void
.end method
.method public onServiceDisconnected(Landroid/content/ComponentName;)V
.locals 1
const-string p1, "InstallReferrerClient"
const-string v0, "Install Referrer service disconnected."
invoke-static {p1, v0}, Ld0/a/b/b/a;->o0(Ljava/lang/String;Ljava/lang/String;)V
iget-object p1, p0, Lf/e/a/a/a$b;->e:Lf/e/a/a/a;
const/4 v0, 0x0
iput-object v0, p1, Lf/e/a/a/a;->c:Lf/h/a/d/a/a;
const/4 v0, 0x0
iput v0, p1, Lf/e/a/a/a;->a:I
iget-object p1, p0, Lf/e/a/a/a$b;->d:Lf/e/a/a/b;
invoke-interface {p1}, Lf/e/a/a/b;->onInstallReferrerServiceDisconnected()V
return-void
.end method

View file

@ -1,3 +1,70 @@
.class public interface abstract Lf/e/a/a/a;
.super Ljava/lang/Object;
.source "InstallReferrerStateListener.java"
.class public Lf/e/a/a/a;
.super Lcom/android/installreferrer/api/InstallReferrerClient;
.source "InstallReferrerClientImpl.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lf/e/a/a/a$b;
}
.end annotation
# instance fields
.field public a:I
.field public final b:Landroid/content/Context;
.field public c:Lf/h/a/d/a/a;
.field public d:Landroid/content/ServiceConnection;
# direct methods
.method public constructor <init>(Landroid/content/Context;)V
.locals 1
invoke-direct {p0}, Lcom/android/installreferrer/api/InstallReferrerClient;-><init>()V
const/4 v0, 0x0
iput v0, p0, Lf/e/a/a/a;->a:I
invoke-virtual {p1}, Landroid/content/Context;->getApplicationContext()Landroid/content/Context;
move-result-object p1
iput-object p1, p0, Lf/e/a/a/a;->b:Landroid/content/Context;
return-void
.end method
# virtual methods
.method public a()Z
.locals 2
iget v0, p0, Lf/e/a/a/a;->a:I
const/4 v1, 0x2
if-ne v0, v1, :cond_0
iget-object v0, p0, Lf/e/a/a/a;->c:Lf/h/a/d/a/a;
if-eqz v0, :cond_0
iget-object v0, p0, Lf/e/a/a/a;->d:Landroid/content/ServiceConnection;
if-eqz v0, :cond_0
const/4 v0, 0x1
return v0
:cond_0
const/4 v0, 0x0
return v0
.end method

View file

@ -0,0 +1,11 @@
.class public interface abstract Lf/e/a/a/b;
.super Ljava/lang/Object;
.source "InstallReferrerStateListener.java"
# virtual methods
.method public abstract onInstallReferrerServiceDisconnected()V
.end method
.method public abstract onInstallReferrerSetupFinished(I)V
.end method