ProfileManager.smali
.class public final Lcom/facebook/ProfileManager;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/facebook/ProfileManager$Companion;
}
.end annotation
# static fields
.field public static final ACTION_CURRENT_PROFILE_CHANGED:Ljava/lang/String; = "com.facebook.sdk.ACTION_CURRENT_PROFILE_CHANGED"
.field public static final Companion:Lcom/facebook/ProfileManager$Companion;
.field public static final EXTRA_NEW_PROFILE:Ljava/lang/String; = "com.facebook.sdk.EXTRA_NEW_PROFILE"
.field public static final EXTRA_OLD_PROFILE:Ljava/lang/String; = "com.facebook.sdk.EXTRA_OLD_PROFILE"
.field private static volatile instance:Lcom/facebook/ProfileManager;
# instance fields
.field private currentProfileField:Lcom/facebook/Profile;
.field private final localBroadcastManager:Landroidx/localbroadcastmanager/content/a;
.field private final profileCache:Lcom/facebook/ProfileCache;
# direct methods
.method public static constructor <clinit>()V
.registers 2
new-instance v0, Lcom/facebook/ProfileManager$Companion;
const/4 v1, 0x0
invoke-direct {v0, v1}, Lcom/facebook/ProfileManager$Companion;-><init>(Lkotlin/jvm/internal/e;)V
sput-object v0, Lcom/facebook/ProfileManager;->Companion:Lcom/facebook/ProfileManager$Companion;
return-void
.end method
.method public constructor <init>(Landroidx/localbroadcastmanager/content/a;Lcom/facebook/ProfileCache;)V
.registers 4
const-string v0, "localBroadcastManager"
invoke-static {p1, v0}, Lcom/shopee/sz/loadtask/datasource/a;->y(Ljava/lang/Object;Ljava/lang/String;)V
const-string v0, "profileCache"
invoke-static {p2, v0}, Lcom/shopee/sz/loadtask/datasource/a;->y(Ljava/lang/Object;Ljava/lang/String;)V
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/facebook/ProfileManager;->localBroadcastManager:Landroidx/localbroadcastmanager/content/a;
.line 3
iput-object p2, p0, Lcom/facebook/ProfileManager;->profileCache:Lcom/facebook/ProfileCache;
return-void
.end method
.method public static final synthetic access$getInstance$cp()Lcom/facebook/ProfileManager;
.registers 1
sget-object v0, Lcom/facebook/ProfileManager;->instance:Lcom/facebook/ProfileManager;
return-object v0
.end method
.method public static final synthetic access$setInstance$cp(Lcom/facebook/ProfileManager;)V
.registers 1
sput-object p0, Lcom/facebook/ProfileManager;->instance:Lcom/facebook/ProfileManager;
return-void
.end method
.method public static final declared-synchronized getInstance()Lcom/facebook/ProfileManager;
.registers 2
const-class v0, Lcom/facebook/ProfileManager;
monitor-enter v0
:try_start_3
sget-object v1, Lcom/facebook/ProfileManager;->Companion:Lcom/facebook/ProfileManager$Companion;
invoke-virtual {v1}, Lcom/facebook/ProfileManager$Companion;->getInstance()Lcom/facebook/ProfileManager;
move-result-object v1
:try_end_9
.catchall {:try_start_3 .. :try_end_9} :catchall_b
monitor-exit v0
return-object v1
:catchall_b
move-exception v1
monitor-exit v0
throw v1
.end method
.method private final sendCurrentProfileChangedBroadcast(Lcom/facebook/Profile;Lcom/facebook/Profile;)V
.registers 5
.line 1
new-instance v0, Landroid/content/Intent;
const-string v1, "com.facebook.sdk.ACTION_CURRENT_PROFILE_CHANGED"
invoke-direct {v0, v1}, Landroid/content/Intent;-><init>(Ljava/lang/String;)V
const-string v1, "com.facebook.sdk.EXTRA_OLD_PROFILE"
.line 2
invoke-virtual {v0, v1, p1}, Landroid/content/Intent;->putExtra(Ljava/lang/String;Landroid/os/Parcelable;)Landroid/content/Intent;
const-string p1, "com.facebook.sdk.EXTRA_NEW_PROFILE"
.line 3
invoke-virtual {v0, p1, p2}, Landroid/content/Intent;->putExtra(Ljava/lang/String;Landroid/os/Parcelable;)Landroid/content/Intent;
.line 4
iget-object p1, p0, Lcom/facebook/ProfileManager;->localBroadcastManager:Landroidx/localbroadcastmanager/content/a;
invoke-virtual {p1, v0}, Landroidx/localbroadcastmanager/content/a;->c(Landroid/content/Intent;)Z
return-void
.end method
.method private final setCurrentProfile(Lcom/facebook/Profile;Z)V
.registers 4
.line 2
iget-object v0, p0, Lcom/facebook/ProfileManager;->currentProfileField:Lcom/facebook/Profile;
.line 3
iput-object p1, p0, Lcom/facebook/ProfileManager;->currentProfileField:Lcom/facebook/Profile;
if-eqz p2, :cond_13
if-eqz p1, :cond_e
.line 4
iget-object p2, p0, Lcom/facebook/ProfileManager;->profileCache:Lcom/facebook/ProfileCache;
invoke-virtual {p2, p1}, Lcom/facebook/ProfileCache;->save(Lcom/facebook/Profile;)V
goto :goto_13
.line 5
:cond_e
iget-object p2, p0, Lcom/facebook/ProfileManager;->profileCache:Lcom/facebook/ProfileCache;
invoke-virtual {p2}, Lcom/facebook/ProfileCache;->clear()V
.line 6
:cond_13
:goto_13
sget-object p2, Lcom/facebook/internal/Utility;->INSTANCE:Lcom/facebook/internal/Utility;
invoke-static {v0, p1}, Lcom/facebook/internal/Utility;->areObjectsEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p2
if-nez p2, :cond_1e
.line 7
invoke-direct {p0, v0, p1}, Lcom/facebook/ProfileManager;->sendCurrentProfileChangedBroadcast(Lcom/facebook/Profile;Lcom/facebook/Profile;)V
:cond_1e
return-void
.end method
# virtual methods
.method public final getCurrentProfile()Lcom/facebook/Profile;
.registers 2
iget-object v0, p0, Lcom/facebook/ProfileManager;->currentProfileField:Lcom/facebook/Profile;
return-object v0
.end method
.method public final loadCurrentProfile()Z
.registers 3
.line 1
iget-object v0, p0, Lcom/facebook/ProfileManager;->profileCache:Lcom/facebook/ProfileCache;
invoke-virtual {v0}, Lcom/facebook/ProfileCache;->load()Lcom/facebook/Profile;
move-result-object v0
const/4 v1, 0x0
if-eqz v0, :cond_e
.line 2
invoke-direct {p0, v0, v1}, Lcom/facebook/ProfileManager;->setCurrentProfile(Lcom/facebook/Profile;Z)V
const/4 v0, 0x1
return v0
:cond_e
return v1
.end method
.method public final setCurrentProfile(Lcom/facebook/Profile;)V
.registers 3
const/4 v0, 0x1
.line 1
invoke-direct {p0, p1, v0}, Lcom/facebook/ProfileManager;->setCurrentProfile(Lcom/facebook/Profile;Z)V
return-void
.end method