Searched refs:LOCATION_STATUS_OK (Results 1 – 2 of 2) sorted by relevance
48 public static final int LOCATION_STATUS_OK = 1; field in LocationHelper57 LOCATION_STATUS_OK,128 return LOCATION_STATUS_OK; in checkLocation()235 if (!gotGoodLocation && checkLocation(location) == LOCATION_STATUS_OK) { in maybeAdjustUpdateInterval()
73 if (status == LocationHelper.LOCATION_STATUS_OK) { in updateLocation()