package M4;

import android.content.Context;
import java.util.HashMap;

/* JADX INFO: loaded from: classes.dex */
public final class p {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final HashMap f4289c = new HashMap();

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Context f4290a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f4291b;

    public p(Context context, String str) {
        this.f4290a = context;
        this.f4291b = str;
    }

    public final synchronized void a() {
        this.f4290a.deleteFile(this.f4291b);
    }
}
