Searched refs:historic (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
H A DIProcessStats.aidl24 byte[] getCurrentStats(out List<ParcelFileDescriptor> historic);
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java59 static final int MAX_HISTORIC_STATES = 8; // Maximum number of historic states we will keep.
434 public byte[] getCurrentStats(List<ParcelFileDescriptor> historic) { argument
446 if (historic != null) {
453 historic.add(pfd);

Completed in 124 milliseconds