apkfuckery/com.discord/smali_classes2/com/google/firebase/FirebaseApp$e.smali
2020-02-20 20:33:18 +01:00

118 lines
2.8 KiB
Smali

.class public Lcom/google/firebase/FirebaseApp$e;
.super Landroid/content/BroadcastReceiver;
.source "com.google.firebase:firebase-common@@19.3.0"
# annotations
.annotation build Landroid/annotation/TargetApi;
value = 0x18
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/firebase/FirebaseApp;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "e"
.end annotation
# static fields
.field public static b:Ljava/util/concurrent/atomic/AtomicReference;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/concurrent/atomic/AtomicReference<",
"Lcom/google/firebase/FirebaseApp$e;",
">;"
}
.end annotation
.end field
# instance fields
.field public final a:Landroid/content/Context;
# direct methods
.method public static constructor <clinit>()V
.locals 1
new-instance v0, Ljava/util/concurrent/atomic/AtomicReference;
invoke-direct {v0}, Ljava/util/concurrent/atomic/AtomicReference;-><init>()V
sput-object v0, Lcom/google/firebase/FirebaseApp$e;->b:Ljava/util/concurrent/atomic/AtomicReference;
return-void
.end method
.method public constructor <init>(Landroid/content/Context;)V
.locals 0
invoke-direct {p0}, Landroid/content/BroadcastReceiver;-><init>()V
iput-object p1, p0, Lcom/google/firebase/FirebaseApp$e;->a:Landroid/content/Context;
return-void
.end method
# virtual methods
.method public onReceive(Landroid/content/Context;Landroid/content/Intent;)V
.locals 1
sget-object p1, Lcom/google/firebase/FirebaseApp;->i:Ljava/lang/Object;
monitor-enter p1
:try_start_0
sget-object p2, Lcom/google/firebase/FirebaseApp;->k:Ljava/util/Map;
invoke-interface {p2}, Ljava/util/Map;->values()Ljava/util/Collection;
move-result-object p2
invoke-interface {p2}, Ljava/util/Collection;->iterator()Ljava/util/Iterator;
move-result-object p2
:goto_0
invoke-interface {p2}, Ljava/util/Iterator;->hasNext()Z
move-result v0
if-eqz v0, :cond_0
invoke-interface {p2}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/google/firebase/FirebaseApp;
invoke-virtual {v0}, Lcom/google/firebase/FirebaseApp;->f()V
goto :goto_0
:cond_0
monitor-exit p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
iget-object p1, p0, Lcom/google/firebase/FirebaseApp$e;->a:Landroid/content/Context;
invoke-virtual {p1, p0}, Landroid/content/Context;->unregisterReceiver(Landroid/content/BroadcastReceiver;)V
return-void
:catchall_0
move-exception p2
:try_start_1
monitor-exit p1
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
throw p2
.end method