Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java397 final ArrayMap<PackageDurations, Long> pkgWithLongFgs = mTmpPkgDurations; in checkLongRunningFgs() local
412 pkgWithLongFgs.put(pkg, totalDuration); in checkLongRunningFgs()
429 final int size = pkgWithLongFgs.size(); in checkLongRunningFgs()
437 pkgWithLongFgs.valueAt(a), pkgWithLongFgs.valueAt(b))); in checkLongRunningFgs()
440 final PackageDurations pkg = pkgWithLongFgs.keyAt(indices[i]); in checkLongRunningFgs()
443 pkgWithLongFgs.clear(); in checkLongRunningFgs()