Searched defs:historic (Results 1 - 1 of 1) sorted by path

/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 45 milliseconds