package c.i.a.c.h2; import android.os.Handler; import androidx.annotation.Nullable; import java.util.Iterator; import java.util.concurrent.CopyOnWriteArrayList; /* compiled from: BandwidthMeter */ public interface d { /* compiled from: BandwidthMeter */ public interface a { /* compiled from: BandwidthMeter */ /* renamed from: c.i.a.c.h2.d$a$a reason: collision with other inner class name */ public static final class C0092a { public final CopyOnWriteArrayList a = new CopyOnWriteArrayList<>(); /* compiled from: BandwidthMeter */ /* renamed from: c.i.a.c.h2.d$a$a$a reason: collision with other inner class name */ public static final class C0093a { public final Handler a; public final a b; /* renamed from: c reason: collision with root package name */ public boolean f880c; public C0093a(Handler handler, a aVar) { this.a = handler; this.b = aVar; } } public void a(a aVar) { Iterator it = this.a.iterator(); while (it.hasNext()) { C0093a next = it.next(); if (next.b == aVar) { next.f880c = true; this.a.remove(next); } } } } } @Nullable x c(); void d(a aVar); void f(Handler handler, a aVar); }