Searched refs:nativePids (Results 1 – 3 of 3) sorted by relevance
387 int[] nativePids = Process.getPidsForCommands(NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids() local388 if (nativePids != null) { in getInterestingNativePids()389 pids.ensureCapacity(pids.size() + nativePids.length); in getInterestingNativePids()390 for (int i : nativePids) { in getInterestingNativePids()
900 ArrayList<Integer> nativePids = null; in appNotResponding() local903 nativePids = new ArrayList<Integer>(pids.length); in appNotResponding()905 nativePids.add(i); in appNotResponding()914 nativePids); in appNotResponding()
5462 ArrayList<Integer> nativePids) { in dumpStackTraces() argument5478 dumpStackTraces(tracesPath, firstPids, processCpuTracker, lastPids, nativePids); in dumpStackTraces()5541 ArrayList<Integer> nativePids) { in dumpStackTraces() argument5573 if (nativePids != null) { in dumpStackTraces()5574 for (int pid : nativePids) { in dumpStackTraces()