package androidx.room;

import android.content.Context;
import android.content.Intent;
import androidx.room.RoomDatabase;
import java.io.File;
import java.util.List;
import java.util.Set;
import java.util.concurrent.Callable;
import java.util.concurrent.Executor;

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

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final l3.f f4062c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final l0 f4063d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final List f4064e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final boolean f4065f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final RoomDatabase.JournalMode f4066g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final Executor f4067h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final Executor f4068i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final Intent f4069j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final boolean f4070k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public final boolean f4071l;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public final Set f4072m;

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

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public final File f4074o;

    /* JADX INFO: renamed from: p, reason: collision with root package name */
    public final Callable f4075p;

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public final List f4076q;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public final List f4077r;

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public final boolean f4078s;

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public final k3.b f4079t;

    /* JADX INFO: renamed from: u, reason: collision with root package name */
    public final kotlin.coroutines.h f4080u;

    /* JADX INFO: renamed from: v, reason: collision with root package name */
    public boolean f4081v;

    public e(Context context, String str, l3.f fVar, l0 l0Var, List list, boolean z10, RoomDatabase.JournalMode journalMode, Executor executor, Executor executor2, Intent intent, boolean z11, boolean z12, Set set, String str2, File file, Callable callable, List list2, List list3, boolean z13, k3.b bVar, kotlin.coroutines.h hVar) {
        nb.g.i(context, "context");
        nb.g.i(l0Var, "migrationContainer");
        nb.g.i(list2, "typeConverters");
        nb.g.i(list3, "autoMigrationSpecs");
        this.f4060a = context;
        this.f4061b = str;
        this.f4062c = fVar;
        this.f4063d = l0Var;
        this.f4064e = list;
        this.f4065f = z10;
        this.f4066g = journalMode;
        this.f4067h = executor;
        this.f4068i = executor2;
        this.f4069j = intent;
        this.f4070k = z11;
        this.f4071l = z12;
        this.f4072m = set;
        this.f4073n = str2;
        this.f4074o = file;
        this.f4075p = callable;
        this.f4076q = list2;
        this.f4077r = list3;
        this.f4078s = z13;
        this.f4079t = bVar;
        this.f4080u = hVar;
        this.f4081v = true;
    }
}
