package p138.p176.p177.p242.p265.p266;

import java.util.concurrent.atomic.AtomicReference;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ބ.֏.Г, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class RunnableC4846 implements Runnable {

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

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final /* synthetic */ C4757 f14574;

    public RunnableC4846(C4757 c4757, AtomicReference atomicReference) {
        this.f14574 = c4757;
        this.f14573 = atomicReference;
    }

    @Override // java.lang.Runnable
    public final void run() {
        synchronized (this.f14573) {
            try {
                AtomicReference atomicReference = this.f14573;
                C4869 c4869 = this.f14574.f14588.f15015;
                C4828 c4828M8059 = this.f14574.m8059();
                c4828M8059.m8066();
                String str = c4828M8059.f14524;
                if (c4869 == null) {
                    throw null;
                }
                C4796<String> c4796 = C4915.f14865;
                atomicReference.set(str == null ? c4796.m8054(null) : c4796.m8054(c4869.f14633.mo8069(str, c4796.f14455)));
            } finally {
                this.f14573.notify();
            }
        }
    }
}
