Searched defs:lastPids (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3067 * @param lastPids of dalvik VM processes to dump stack traces for last
3072 ProcessStats processStats, SparseArray<Boolean> lastPids, String[] nativeProcs) {
3097 dumpStackTraces(tracesPath, firstPids, processStats, lastPids, nativeProcs);
3102 ProcessStats processStats, SparseArray<Boolean> lastPids, String[] nativeProcs) {
3145 if (lastPids.indexOfKey(stats.pid) >= 0) {
3254 SparseArray<Boolean> lastPids = new SparseArray<Boolean>(20);
3309 lastPids.put(pid, Boolean.TRUE);
3333 File tracesFile = dumpStackTraces(true, firstPids, processStats, lastPids, null);
3071 dumpStackTraces(boolean clearTraces, ArrayList<Integer> firstPids, ProcessStats processStats, SparseArray<Boolean> lastPids, String[] nativeProcs) argument
3101 dumpStackTraces(String tracesPath, ArrayList<Integer> firstPids, ProcessStats processStats, SparseArray<Boolean> lastPids, String[] nativeProcs) argument

Completed in 32 milliseconds