what-the-bank/sources/com/kofax/mobile/sdk/aj/a.java

18 lines
419 B
Java

package com.kofax.mobile.sdk.aj;
import android.location.Location;
import android.location.LocationListener;
/* loaded from: classes3.dex */
public interface a {
boolean aG(String str);
Location getLastKnownLocation(String str);
boolean qU();
void removeUpdates(LocationListener locationListener);
void requestLocationUpdates(String str, long j, float f, LocationListener locationListener);
}