Searched refs:recentLocationCutoffTime (Results 1 – 2 of 2) sorted by relevance
165 long recentLocationCutoffTime = now - RECENT_TIME_INTERVAL_MILLIS; in getAccessFromOps() local170 if (locationAccessFinishTime < recentLocationCutoffTime) { in getAccessFromOps()
170 long recentLocationCutoffTime = now - RECENT_TIME_INTERVAL_MILLIS; in getRequestFromOps() local172 if (entry.isRunning() || entry.getTime() >= recentLocationCutoffTime) { in getRequestFromOps()