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