package p138.p176.p291.p296.p297.p299;

import java.io.File;
import java.util.HashSet;
import p138.p176.p291.p296.p297.C5608;
import p138.p176.p291.p296.p297.p299.C5642;

/* JADX INFO: renamed from: ދ.ހ.ށ.ބ.ށ.އ.ދ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class RunnableC5637 implements Runnable {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final /* synthetic */ C5642 f16135;

    public RunnableC5637(C5642 c5642) {
        this.f16135 = c5642;
    }

    @Override // java.lang.Runnable
    public void run() {
        C5642 c5642 = this.f16135;
        File[] fileArrM9033 = c5642.m9033(new C5642.C5653());
        if (c5642 == null) {
            throw null;
        }
        HashSet hashSet = new HashSet();
        for (File file : fileArrM9033) {
            C5608.f16066.m8972("Found invalid session part file: " + file);
            hashSet.add(C5642.m9016(file));
        }
        if (hashSet.isEmpty()) {
            return;
        }
        for (File file2 : c5642.m9033(new C5638(c5642, hashSet))) {
            C5608.f16066.m8972("Deleting invalid session file: " + file2);
            file2.delete();
        }
    }
}
