granularity level: instruction

		.class final Lcom/google/firebase/messaging/ProxyNotificationPreferences;
.super Ljava/lang/Object;
.source "ProxyNotificationPreferences.java"


.field private static final FCM_PREFERENCES:Ljava/lang/String; = "com.google.firebase.messaging"


.method private constructor <init>()V
	.locals 0

	invoke-direct/range {p0 .. p0}, Ljava/lang/Object;-><init>()V
	return-void
.end method

.method private static getPreference(Landroid/content/Context;)Landroid/content/SharedPreferences;
	.locals 2

	invoke-virtual {p0}, Landroid/content/Context;->getApplicationContext()Landroid/content/Context;
	move-result-object v0
	move-object p0, v0
	:goto_0
	const/4 v0, 0x0
	const-string v1, "com.google.firebase.messaging"
	invoke-virtual {p0, v1, v0}, Landroid/content/Context;->getSharedPreferences(Ljava/lang/String;I)Landroid/content/SharedPreferences;
	move-result-object p0
	return-object p0
.end method

.method static isProxyNotificationInitialized(Landroid/content/Context;)Z
	.locals 2

	invoke-static {p0}, Lcom/google/firebase/messaging/ProxyNotificationPreferences;->getPreference(Landroid/content/Context;)Landroid/content/SharedPreferences;
	move-result-object p0
	const-string v0, "proxy_notification_initialized"
	const/4 v1, 0x0
	invoke-interface {p0, v0, v1}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
	move-result p0
	return p0
.end method

.method static setProxyNotificationsInitialized(Landroid/content/Context;Z)V
	.locals 1

	return-void
.end method