- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
23 lines
643 B
Java
23 lines
643 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import com.google.common.base.Preconditions;
|
|
import com.google.common.collect.ImmutableMultimap;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzhl {
|
|
private final boolean zza;
|
|
|
|
public zzhl(zzhk zzhkVar) {
|
|
Preconditions.checkNotNull(zzhkVar, "BuildInfo must be non-null");
|
|
this.zza = !zzhkVar.zza();
|
|
}
|
|
|
|
public final boolean zza(String str) {
|
|
Preconditions.checkNotNull(str, "flagName must not be null");
|
|
if (this.zza) {
|
|
return ((ImmutableMultimap) zzhn.zza.get()).containsValue(str);
|
|
}
|
|
return true;
|
|
}
|
|
}
|