Files
adif-api-reverse-engineering/apk_decompiled/sources/com/google/android/gms/location/zzr.java

14 lines
373 B
Java

package com.google.android.gms.location;
import android.os.IInterface;
import android.os.RemoteException;
/* loaded from: classes3.dex */
public interface zzr extends IInterface {
void zzd(LocationAvailability locationAvailability) throws RemoteException;
void zze(LocationResult locationResult) throws RemoteException;
void zzf() throws RemoteException;
}