20 lines
648 B
Java
20 lines
648 B
Java
package com.google.android.gms.libs.identity;
|
|
|
|
import com.google.android.gms.common.api.Api;
|
|
import com.google.android.gms.tasks.Continuation;
|
|
import com.google.android.gms.tasks.Task;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-location@@21.2.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
final /* synthetic */ class zzbw implements Continuation {
|
|
static final /* synthetic */ zzbw zza = new zzbw();
|
|
|
|
private /* synthetic */ zzbw() {
|
|
}
|
|
|
|
@Override // com.google.android.gms.tasks.Continuation
|
|
public final /* synthetic */ Object then(Task task) {
|
|
Api api = zzbi.zzb;
|
|
return null;
|
|
}
|
|
} |