package defpackage;

import java.io.File;

/* JADX INFO: renamed from: ᵳᵭˏʽ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C4603 extends AbstractC4516 implements InterfaceC1841 {

    /* JADX INFO: renamed from: ᵔᵖᵹᵫ, reason: contains not printable characters */
    public final /* synthetic */ Object f17512;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final /* synthetic */ int f17513;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ C4603(int i, Object obj) {
        super(0);
        this.f17513 = i;
        this.f17512 = obj;
    }

    @Override // defpackage.InterfaceC1841
    /* JADX INFO: renamed from: ᵲᵶᵳˈ */
    public final Object mo1021() {
        switch (this.f17513) {
            case 0:
                Object obj = C1708.f6826;
                File file = (File) this.f17512;
                synchronized (obj) {
                    C1708.f6827.remove(file.getAbsolutePath());
                }
                return C5063.f19112;
            case 1:
                ((InterfaceC0083) this.f17512).mo1023();
                return C5063.f19112;
            default:
                File file2 = (File) ((C5089) this.f17512).mo1021();
                if (AbstractC3801.m8505(file2.getName(), '.', "").equals("preferences_pb")) {
                    return file2.getAbsoluteFile();
                }
                ᵷᵝˎ.ᵮᵣᵗˈ("File extension for file: ", file2, " does not match required extension for Preferences file: preferences_pb");
                return null;
        }
    }
}
