Searched refs:STATE_INSIDE (Results 1 – 1 of 1) sorted by relevance
114 private static final int STATE_INSIDE = 1; field in GeofenceManager.GeofenceRegistration241 mGeofenceState = STATE_INSIDE; in onLocationChanged()242 if (oldState != STATE_INSIDE) { in onLocationChanged()247 if (oldState == STATE_INSIDE) { in onLocationChanged()