Searched refs:ProcessDataCollection (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/apps/Settings/src/com/android/settings/applications/ |
H A D | ProcStatsData.java | 37 import com.android.internal.app.procstats.ProcessStats.ProcessDataCollection; 158 ProcessDataCollection bgTotals = new ProcessDataCollection( in refreshStats() 160 ProcessDataCollection runTotals = new ProcessDataCollection( in refreshStats() 173 private void createPkgMap(ArrayList<ProcStatsEntry> procEntries, ProcessDataCollection bgTotals, in createPkgMap() 174 ProcessDataCollection runTotals) { in createPkgMap() 229 private ProcStatsPackageEntry createOsEntry(ProcessDataCollection bgTotals, in createOsEntry() 230 ProcessDataCollection runTotals, TotalMemoryUseCollection totalMem, long baseCacheRam) { in createOsEntry() 267 private ArrayList<ProcStatsEntry> getProcs(ProcessDataCollection bgTotals, in getProcs() 268 ProcessDataCollection runTotals) { in getProcs()
|
H A D | ProcStatsEntry.java | 60 ProcessStats.ProcessDataCollection tmpBgTotals, in ProcStatsEntry() 61 ProcessStats.ProcessDataCollection tmpRunTotals, boolean useUss) { in ProcStatsEntry() 123 ProcessStats.ProcessDataCollection bgTotals, in evaluateTargetPackage() 124 ProcessStats.ProcessDataCollection runTotals, Comparator<ProcStatsEntry> compare, in evaluateTargetPackage()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | ProcessState.java | 1101 ProcessStats.ProcessDataCollection totals = new ProcessStats.ProcessDataCollection( in dumpProcessSummaryDetails() 1159 public void computeProcessData(ProcessStats.ProcessDataCollection data, long now) { in computeProcessData()
|
H A D | ProcessStats.java | 2489 public static final class ProcessDataCollection { class in ProcessStats 2506 public ProcessDataCollection(int[] _screenStates, int[] _memStates, int[] _procStates) { in ProcessDataCollection() method in ProcessStats.ProcessDataCollection
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 8841 com.android.internal.app.procstats.ProcessStats$ProcessDataCollection
|
H A D | boot-image-profile.txt | 33012 Lcom/android/internal/app/procstats/ProcessStats$ProcessDataCollection;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 8862 com.android.internal.app.procstats.ProcessStats$ProcessDataCollection
|
H A D | boot-image-profile.txt | 42676 Lcom/android/internal/app/procstats/ProcessStats$ProcessDataCollection;
|