Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java946 if (shouldExemptMediaPlaybackFGS(packageName, uid, now, window)) { in onLongRunningFgs()
955 boolean shouldExemptMediaPlaybackFGS(String packageName, int uid, long now, long window) { in shouldExemptMediaPlaybackFGS() method in AppFGSTracker.AppFGSPolicy
992 return "{mediaPlayback=" + shouldExemptMediaPlaybackFGS(packageName, uid, now, window) in getExemptionReasonString()