package androidx.emoji2.text;

import android.os.Handler;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public final class j0 extends l {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final f0 f2237e = new f0();

    @NonNull
    @Deprecated
    public j0 setHandler(@Nullable Handler handler) {
        if (handler == null) {
            return this;
        }
        ((h0) this.f2241a).e(new a(handler, 0));
        return this;
    }

    @NonNull
    public j0 setRetryPolicy(@Nullable i0 i0Var) {
        ((h0) this.f2241a).setRetryPolicy(i0Var);
        return this;
    }
}
