// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.google.android.gms.common.api; import com.google.android.gms.common.internal.zzu; import java.util.Set; // Referenced classes of package com.google.android.gms.common.api: // GoogleApiClient public static class zzWJ { private boolean zzWI; private Set zzWJ; public static zzWJ newAuthNotRequiredResult() { return new (false, null); } public static newAuthRequiredResult(Set set) { boolean flag; if (set != null && !set.isEmpty()) { flag = true; } else { flag = false; } zzu.zzb(flag, "A non-empty scope set is required if further auth is needed."); return new (true, set); } public boolean zzmA() { return zzWI; } public Set zzmB() { return zzWJ; } private (boolean flag, Set set) { zzWI = flag; zzWJ = set; } }