package com.strmr.ps.background;

import androidx.media3.container.NalUnitUtil;
import java.util.Iterator;
import kotlin.Metadata;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;

/* JADX INFO: loaded from: classes.dex */
@Metadata(k = 3, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@DebugMetadata(c = "com.strmr.ps.background.DebridAccountRefreshWorker", f = "DebridAccountRefreshWorker.kt", i = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 5, 5}, l = {43, 52, 61, 70, 79, 94}, m = "doWork", n = {"entryPoint", "refreshedServices", "entryPoint", "refreshedServices", "entryPoint", "refreshedServices", "entryPoint", "refreshedServices", "entryPoint", "refreshedServices", "refreshedServices", "syncManager", "accessToken", "service"}, s = {"L$0", "L$1", "L$0", "L$1", "L$0", "L$1", "L$0", "L$1", "L$0", "L$1", "L$0", "L$1", "L$2", "L$4"})
final class h extends ContinuationImpl {
    public Object a;
    public Object b;
    public String c;
    public Iterator d;
    public String e;
    public /* synthetic */ Object f;
    public final /* synthetic */ DebridAccountRefreshWorker i;
    public int j;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public h(DebridAccountRefreshWorker debridAccountRefreshWorker, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.i = debridAccountRefreshWorker;
    }

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