package com.tekartik.sqflite;

import androidx.annotation.Nullable;

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

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

    @Nullable
    private final e database;

    public f(fe.h hVar, Runnable runnable) {
        this.database = hVar;
        this.f24842a = runnable;
    }

    public final Integer a() {
        e eVar = this.database;
        if (eVar != null) {
            return Integer.valueOf(((d) ((fe.h) eVar).f26080b).f24833c);
        }
        return null;
    }

    public final boolean b() {
        e eVar = this.database;
        return eVar != null && ((d) ((fe.h) eVar).f26080b).k();
    }
}
