Searched defs:firstPids (Results 1 – 4 of 4) sorted by relevance
212 final ArrayList<Integer> firstPids = new ArrayList<>(1); in preDumpIfLockTooSlow() local
4976 ArrayList<Integer> firstPids = new ArrayList<Integer>(); in logAppTooSlow() local4978 dumpStackTraces(tracesFile.getAbsolutePath(), firstPids, null, null); in logAppTooSlow() local
222 ArrayList<Integer> firstPids = new ArrayList<>(5); in appNotResponding() local
3157 public static File dumpStackTraces(ArrayList<Integer> firstPids, in dumpStackTraces()3172 public static File dumpStackTraces(ArrayList<Integer> firstPids, in dumpStackTraces()3184 /* package */ static File dumpStackTraces(ArrayList<Integer> firstPids, in dumpStackTraces()3343 public static Pair<Long, Long> dumpStackTraces(String tracesFile, ArrayList<Integer> firstPids, in dumpStackTraces()