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

import android.os.RemoteException;

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

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

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

    public RunnableC4879(C4987 c4987, C4977 c4977) {
        this.f14685 = c4987;
        this.f14684 = c4977;
    }

    @Override // java.lang.Runnable
    public final void run() {
        C4987 c4987 = this.f14685;
        InterfaceC4823 interfaceC4823 = c4987.f15084;
        if (interfaceC4823 == null) {
            c4987.mo8165().f14444.m8034("Failed to reset data on the service: not connected to service");
            return;
        }
        try {
            interfaceC4823.mo8106(this.f14684);
        } catch (RemoteException e) {
            this.f14685.mo8165().f14444.m8035("Failed to reset data on the service: remote exception", e);
        }
        this.f14685.m8521();
    }
}
