Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.google.android.gms.location;
|
||||
|
||||
@Deprecated
|
||||
/* loaded from: classes3.dex */
|
||||
public final class LocationStatusCodes {
|
||||
public static final int ERROR = 1;
|
||||
public static final int GEOFENCE_NOT_AVAILABLE = 1000;
|
||||
public static final int GEOFENCE_TOO_MANY_GEOFENCES = 1001;
|
||||
public static final int GEOFENCE_TOO_MANY_PENDING_INTENTS = 1002;
|
||||
public static final int SUCCESS = 0;
|
||||
|
||||
private LocationStatusCodes() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user