package com.google.android.gms.location; /* JADX INFO: compiled from: com.google.android.gms:play-services-location@@21.2.0 */ /* JADX INFO: loaded from: classes2.dex */ @Deprecated 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() { } }