46 lines
1.1 KiB
Java
46 lines
1.1 KiB
Java
package o;
|
|
|
|
import android.content.Context;
|
|
import o.InterfaceC17714zBx;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class IBG implements InterfaceC17714zBx {
|
|
private InterfaceC17714zBx.Sts d;
|
|
private final Context e;
|
|
|
|
@Override // o.Lco
|
|
public final void d() {
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public IBG(Context context, InterfaceC17714zBx.Sts sts) {
|
|
this.e = context.getApplicationContext();
|
|
this.d = sts;
|
|
}
|
|
|
|
@Override // o.Lco
|
|
public final void a() {
|
|
WPT e = WPT.e(this.e);
|
|
InterfaceC17714zBx.Sts sts = this.d;
|
|
synchronized (e) {
|
|
e.e.add(sts);
|
|
if (!e.d && !e.e.isEmpty()) {
|
|
e.d = e.b.a();
|
|
}
|
|
}
|
|
}
|
|
|
|
@Override // o.Lco
|
|
public final void c() {
|
|
WPT e = WPT.e(this.e);
|
|
InterfaceC17714zBx.Sts sts = this.d;
|
|
synchronized (e) {
|
|
e.e.remove(sts);
|
|
if (e.d && e.e.isEmpty()) {
|
|
e.b.b();
|
|
e.d = false;
|
|
}
|
|
}
|
|
}
|
|
}
|