discord-jadx/app/src/main/java/c/i/a/c/h2/d.java

53 lines
1.5 KiB
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
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<C0093a> 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 */
2021-07-28 07:39:21 +00:00
public boolean f880c;
2021-07-24 02:37:17 +00:00
public C0093a(Handler handler, a aVar) {
this.a = handler;
this.b = aVar;
}
}
public void a(a aVar) {
Iterator<C0093a> it = this.a.iterator();
while (it.hasNext()) {
C0093a next = it.next();
if (next.b == aVar) {
2021-07-28 07:39:21 +00:00
next.f880c = true;
2021-07-24 02:37:17 +00:00
this.a.remove(next);
}
}
}
}
}
@Nullable
x c();
void d(a aVar);
void f(Handler handler, a aVar);
}