package com.strmr.ps.debug;

import androidx.media3.container.NalUnitUtil;
import java.util.List;
import kotlin.Metadata;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;
import net.zetetic.database.DatabaseUtils;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(k = 3, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@DebugMetadata(c = "com.strmr.ps.debug.DatabaseDebugActivity", f = "DatabaseDebugActivity.kt", i = {0, 0, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 9, 9}, l = {52, 53, 54, 68, 87, DatabaseUtils.STATEMENT_OTHER, 111, 112, 113, 132}, m = "runDatabaseTests", n = {"this", "dao", "this", "dao", "homeCount", "this", "dao", "homeCount", "moviesCount", "this", "dao", "this", "dao", "homeRows", "this", "dao", "homeRows", "this", "dao", "homeRows", "this", "dao", "homeRows", "allHomeRows", "this", "dao", "homeRows", "allHomeRows", "allMoviesRows", "this", "homeRows"}, s = {"L$0", "L$1", "L$0", "L$1", "I$0", "L$0", "L$1", "I$0", "I$1", "L$0", "L$1", "L$0", "L$1", "L$2", "L$0", "L$1", "L$2", "L$0", "L$1", "L$2", "L$0", "L$1", "L$2", "L$3", "L$0", "L$1", "L$2", "L$3", "L$4", "L$0", "L$1"})
final class b extends ContinuationImpl {
    public DatabaseDebugActivity a;
    public Object b;
    public List c;
    public List d;
    public List e;
    public int f;
    public /* synthetic */ Object i;
    public final /* synthetic */ DatabaseDebugActivity j;
    public int k;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b(DatabaseDebugActivity databaseDebugActivity, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.j = databaseDebugActivity;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.i = obj;
        this.k |= Integer.MIN_VALUE;
        return DatabaseDebugActivity.d(this.j, this);
    }
}
