Home
last modified time | relevance | path

Searched refs:recentLocationCutoffTime (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
H A DRecentLocationApps.java174 long recentLocationCutoffTime = now - RECENT_TIME_INTERVAL_MILLIS; in getRequestFromOps() local
176 if (entry.isRunning() || entry.getTime() >= recentLocationCutoffTime) { in getRequestFromOps()