Searched refs:nativePidsFuture (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | StackTracesDumpHelper.java | 93 Future<ArrayList<Integer>> nativePidsFuture, StringWriter logExceptionCreatingFile, in dumpStackTraces() argument 95 return dumpStackTraces(firstPids, processCpuTracker, lastPids, nativePidsFuture, in dumpStackTraces() 106 Future<ArrayList<Integer>> nativePidsFuture, StringWriter logExceptionCreatingFile, in dumpStackTraces() argument 109 return dumpStackTraces(firstPids, processCpuTracker, lastPids, nativePidsFuture, in dumpStackTraces() 120 Future<ArrayList<Integer>> nativePidsFuture, StringWriter logExceptionCreatingFile, in dumpStackTraces() argument 171 tracesFile.getAbsolutePath(), firstPids, nativePidsFuture, in dumpStackTraces() 192 ArrayList<Integer> firstPids, Future<ArrayList<Integer>> nativePidsFuture, in dumpStackTraces() argument 276 ArrayList<Integer> nativePids = collectPids(nativePidsFuture, "native pids"); in dumpStackTraces()
|
D | ProcessErrorStateRecord.java | 495 Future<ArrayList<Integer>> nativePidsFuture = in appNotResponding() local 537 nativePidsFuture, tracesFileException, firstPidEndOffset, annotation, in appNotResponding()
|