60 lines
2.1 KiB
Java
60 lines
2.1 KiB
Java
package com.google.firebase.auth.internal;
|
|
|
|
import android.content.Context;
|
|
import android.content.SharedPreferences;
|
|
import com.google.android.gms.common.internal.Preconditions;
|
|
import com.google.android.gms.tasks.Task;
|
|
import com.huawei.hms.support.hianalytics.HiAnalyticsConstant;
|
|
import java.util.ArrayList;
|
|
import java.util.Arrays;
|
|
import java.util.Iterator;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class zzbd {
|
|
private static final List zza = new ArrayList(Arrays.asList("firebaseAppName", "firebaseUserUid", "operation", "tenantId", "verifyAssertionRequest", HiAnalyticsConstant.HaKey.BI_KEY_RESULT, "statusMessage", "timestamp"));
|
|
private static final zzbd zzb = new zzbd();
|
|
private Task zzc;
|
|
private Task zzd;
|
|
private long zze = 0;
|
|
|
|
private static final void zzf(SharedPreferences sharedPreferences) {
|
|
SharedPreferences.Editor edit = sharedPreferences.edit();
|
|
Iterator it = zza.iterator();
|
|
while (it.hasNext()) {
|
|
edit.remove((String) it.next());
|
|
}
|
|
edit.commit();
|
|
}
|
|
|
|
public final void zzd(Context context) {
|
|
Preconditions.checkNotNull(context);
|
|
zzf(context.getSharedPreferences("com.google.firebase.auth.internal.ProcessDeathHelper", 0));
|
|
this.zzc = null;
|
|
this.zze = 0L;
|
|
}
|
|
|
|
/* JADX WARN: Code restructure failed: missing block: B:17:0x007d, code lost:
|
|
|
|
if (r4.equals("com.google.firebase.auth.internal.NONGMSCORE_SIGN_IN") != false) goto L26;
|
|
*/
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final void zze(com.google.firebase.auth.FirebaseAuth r12) {
|
|
/*
|
|
Method dump skipped, instructions count: 333
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.google.firebase.auth.internal.zzbd.zze(com.google.firebase.auth.FirebaseAuth):void");
|
|
}
|
|
|
|
public static zzbd zzc() {
|
|
return zzb;
|
|
}
|
|
|
|
private zzbd() {
|
|
}
|
|
}
|