Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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 zzcb implements RemoteCall {
|
||||
static final /* synthetic */ zzcb zza = new zzcb();
|
||||
|
||||
private /* synthetic */ zzcb() {
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.common.api.internal.RemoteCall
|
||||
public final /* synthetic */ void accept(Object obj, Object obj2) throws RemoteException {
|
||||
((zzdz) obj).zzy((TaskCompletionSource) obj2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user