You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
884 B
37 lines
884 B
package p000a;
|
|
|
|
import android.content.Context;
|
|
import java.util.Set;
|
|
import java.util.concurrent.CopyOnWriteArraySet;
|
|
|
|
/* renamed from: a.a */
|
|
/* loaded from: classes.dex */
|
|
public final class C0000a {
|
|
|
|
/* renamed from: a */
|
|
public final Set<InterfaceC0001b> f0a = new CopyOnWriteArraySet();
|
|
|
|
/* renamed from: b */
|
|
public volatile Context f1b;
|
|
|
|
/* renamed from: a */
|
|
public void m5109a(InterfaceC0001b interfaceC0001b) {
|
|
if (this.f1b != null) {
|
|
interfaceC0001b.mo3542a(this.f1b);
|
|
}
|
|
this.f0a.add(interfaceC0001b);
|
|
}
|
|
|
|
/* renamed from: b */
|
|
public void m5108b() {
|
|
this.f1b = null;
|
|
}
|
|
|
|
/* renamed from: c */
|
|
public void m5107c(Context context) {
|
|
this.f1b = context;
|
|
for (InterfaceC0001b interfaceC0001b : this.f0a) {
|
|
interfaceC0001b.mo3542a(context);
|
|
}
|
|
}
|
|
} |