18 lines
419 B
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);
|
||
|
}
|