Searched defs:getTotalDurations (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BaseAppStateDurationsTracker.java | 94 long getTotalDurations(String packageName, int uid, long now, int index, boolean bgOnly) { in getTotalDurations() method 112 long getTotalDurations(String packageName, int uid, long now, int index) { in getTotalDurations() method 116 long getTotalDurations(String packageName, int uid, long now) { in getTotalDurations() method 120 long getTotalDurations(int uid, long now, int index, boolean bgOnly) { in getTotalDurations() method 136 long getTotalDurations(int uid, long now, int index) { in getTotalDurations() method 140 long getTotalDurations(int uid, long now) { in getTotalDurations() method 243 long getTotalDurations(long now) { in getTotalDurations() method in BaseAppStateDurationsTracker.SimplePackageDurations
|
H A D | BaseAppStateDurations.java | 214 long getTotalDurations(long now, int index) { in getTotalDurations() method in BaseAppStateDurations
|
H A D | AppFGSTracker.java | 516 long getTotalDurations(PackageDurations pkg, long now) { in getTotalDurations() method in AppFGSTracker 522 long getTotalDurations(int uid, long now) { in getTotalDurations() method in AppFGSTracker
|