Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java935 long getLocationFGSThreshold() { in getLocationFGSThreshold() method in AppFGSTracker.AppFGSPolicy
973 if (locationMs > 0 && locationMs >= getLocationFGSThreshold()) { in shouldExemptLocationFGS()