Searched refs:LOCATION_OFF_DELAY_THRESHOLD_WARN_MILLIS (Results 1 – 1 of 1) sorted by relevance
349 private static final long LOCATION_OFF_DELAY_THRESHOLD_WARN_MILLIS = 2 * 1000; field in GnssLocationProvider1395 if (locationAfterStartedFalseMillis > LOCATION_OFF_DELAY_THRESHOLD_WARN_MILLIS) { in handleReportLocation()