Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java384 + Math.max(0, mInjector.getPolicy().getFgsLongRunningThreshold() - longest); in scheduleDurationCheckLocked()
399 final long threshold = policy.getFgsLongRunningThreshold(); in checkLongRunningFgs()
923 long getFgsLongRunningThreshold() { in getFgsLongRunningThreshold() method in AppFGSTracker.AppFGSPolicy