21 lines
688 B
Java
21 lines
688 B
Java
|
package com.google.android.gms.common.internal.service;
|
||
|
|
||
|
import android.os.IBinder;
|
||
|
import android.os.IInterface;
|
||
|
import android.os.Parcel;
|
||
|
import android.os.RemoteException;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class zal extends com.google.android.gms.internal.base.zaa implements IInterface {
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public zal(IBinder iBinder) {
|
||
|
super(iBinder, "com.google.android.gms.common.internal.service.ICommonService");
|
||
|
}
|
||
|
|
||
|
public final void zae(zak zakVar) throws RemoteException {
|
||
|
Parcel zaa = zaa();
|
||
|
com.google.android.gms.internal.base.zac.zad(zaa, zakVar);
|
||
|
zad(1, zaa);
|
||
|
}
|
||
|
}
|