19 lines
749 B
Java
19 lines
749 B
Java
package com.google.android.gms.libs.identity;
|
|
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.common.api.internal.RemoteCall;
|
|
import com.google.android.gms.tasks.TaskCompletionSource;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-location@@21.2.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
final /* synthetic */ class zzdc implements RemoteCall {
|
|
static final /* synthetic */ zzdc zza = new zzdc();
|
|
|
|
private /* synthetic */ zzdc() {
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.api.internal.RemoteCall
|
|
public final /* synthetic */ void accept(Object obj, Object obj2) throws RemoteException {
|
|
((zzv) ((zzdz) obj).getService()).zzE(new zzdm((TaskCompletionSource) obj2));
|
|
}
|
|
} |