Searched refs:reqPackage (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessStatsService.java | 507 boolean sepProcStates, int[] procStates, long now, String reqPackage) { in dumpFilteredProcessesCsvLocked() argument 879 stats.dumpCheckinLocked(pw, reqPackage, section); 885 stats.dumpSummaryLocked(pw, reqPackage, now, activeOnly); 967 String reqPackage = null; 1171 reqPackage = arg; 1209 csvSepProcStats, csvProcStats, now, reqPackage); 1231 dumpAggregatedStats(pw, aggregateHours, now, reqPackage, isCompact, 1266 processStats.dumpCheckinLocked(pw, reqPackage, section); 1352 mProcessStats.dumpCheckinLocked(pw, reqPackage, section); 1375 dumpAggregatedStats(pw, 24, now, reqPackage, isCompact, [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | ProcessStats.java | 1655 final boolean pkgMatch = reqPackage == null || reqPackage.equals(pkgName); in dumpLocked() 1661 if (reqPackage.equals(proc.getName())) { in dumpLocked() 1835 if (reqPackage != null && !reqPackage.equals(procName) in dumpLocked() 1836 && !reqPackage.equals(proc.getPackage())) { in dumpLocked() 1877 if (reqPackage != null && !uidState.hasPackage(reqPackage)) { in dumpLocked() 1959 dumpSummaryLocked(pw, reqPackage, now, activeOnly); in dumpLocked() 1974 if (reqPackage == null) { in dumpLocked() 2087 procStates, sortProcStates, now, reqPackage, activeOnly); in dumpFilteredSummaryLocked() 2113 final boolean pkgMatch = reqPackage == null || reqPackage.equals(pkgName); in collectProcessesLocked() 2177 if (reqPackage != null && !reqPackage.equals(pkgName)) { in dumpCheckinLocked() [all …]
|
H A D | AssociationState.java | 842 String reqPackage, boolean dumpDetails, boolean dumpAll) { in dumpStats() argument 898 reqPackage, dumpDetails, dumpAll); in dumpStats() 903 long now, long totalTime, String reqPackage, boolean dumpDetails, boolean dumpAll) { in dumpSources() argument 922 if (reqPackage != null && !reqPackage.equals(key.mProcess) in dumpSources() 923 && !reqPackage.equals(key.mPackage)) { in dumpSources()
|
H A D | ProcessState.java | 1159 void dumpInternalLocked(PrintWriter pw, String prefix, String reqPackage, in dumpInternalLocked() argument 1180 now, totalTime, reqPackage, true, dumpAll); in dumpInternalLocked()
|