17 lines
611 B
Java
17 lines
611 B
Java
package com.google.android.gms.location;
|
|
|
|
import android.os.IBinder;
|
|
import android.os.RemoteException;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-location@@21.2.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
public final class zzr extends com.google.android.gms.libs.identity.zza implements zzt {
|
|
zzr(IBinder iBinder) {
|
|
super(iBinder, "com.google.android.gms.location.IDeviceOrientationListener");
|
|
}
|
|
|
|
@Override // com.google.android.gms.location.zzt
|
|
public final void zzd(DeviceOrientation deviceOrientation) throws RemoteException {
|
|
throw null;
|
|
}
|
|
} |