Searched refs:shouldExemptLocationFGS (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppFGSTracker.java | 949 if (shouldExemptLocationFGS(packageName, uid, now, since)) { in onLongRunningFgs() 969 boolean shouldExemptLocationFGS(String packageName, int uid, long now, long since) { in shouldExemptLocationFGS() method in AppFGSTracker.AppFGSPolicy 993 + ", location=" + shouldExemptLocationFGS(packageName, uid, now, since) + "}"; in getExemptionReasonString()
|