Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java1871 long getForegroundServiceTotalDurationsSince(String packageName, int uid, long since, long now, in getForegroundServiceTotalDurationsSince() method in AppRestrictionController
1881 long getForegroundServiceTotalDurationsSince(int uid, long since, long now, in getForegroundServiceTotalDurationsSince() method in AppRestrictionController
1925 getForegroundServiceTotalDurationsSince(packageName, uid, since, now, in getCompositeMediaPlaybackDurations()
1938 getForegroundServiceTotalDurationsSince(uid, since, now, in getCompositeMediaPlaybackDurations()
H A DAppFGSTracker.java971 .getForegroundServiceTotalDurationsSince(packageName, uid, since, now, in shouldExemptLocationFGS()
H A DAppBatteryTracker.java1987 final long locationDuration = controller.getForegroundServiceTotalDurationsSince( in hasLocation()