Searched refs:STATE_INSIDE (Results 1 – 1 of 1) sorted by relevance
32 private static final int STATE_INSIDE = 1; field in GeofenceState74 mState = STATE_INSIDE; in processLocation()75 if (prevState != STATE_INSIDE) { in processLocation()80 if (prevState == STATE_INSIDE) { in processLocation()103 case STATE_INSIDE: in toString()