Searched refs:LOCATION_STATUS_STALE (Results 1 – 2 of 2) sorted by relevance
49 public static final int LOCATION_STATUS_STALE = 2; field in LocationHelper58 LOCATION_STATUS_STALE,115 return LOCATION_STATUS_STALE; in checkLocation()
85 if (status == LocationHelper.LOCATION_STATUS_STALE) { in updateLocation()