Searched refs:LOCATION_OFF_DELAY_THRESHOLD_ERROR_MILLIS (Results 1 – 1 of 1) sorted by relevance
347 private static final long LOCATION_OFF_DELAY_THRESHOLD_ERROR_MILLIS = 15 * 1000; field in GnssLocationProvider1364 if (locationAfterStartedFalseMillis > LOCATION_OFF_DELAY_THRESHOLD_ERROR_MILLIS) { in handleReportLocation()