Home
last modified time | relevance | path

Searched refs:nativeProcs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java1481 String[] nativeProcs = null; in appNotResponding() local
1485 nativeProcs = new String[] { processName }; in appNotResponding()
1490 nativeProcs = NATIVE_STACKS_OF_INTEREST; in appNotResponding()
1493 int[] pids = nativeProcs == null ? null : Process.getPidsForCommands(nativeProcs); in appNotResponding()
DActivityManagerService.java12366 ArrayList<ProcessCpuTracker.Stats> nativeProcs in dumpApplicationMemoryUsage() local
12380 nativeProcs.add(st); in dumpApplicationMemoryUsage()
12384 if (nativeProcs.size() > 0) { in dumpApplicationMemoryUsage()
12388 for (int i = nativeProcs.size() - 1 ; i >= 0 ; i--) { in dumpApplicationMemoryUsage()
12389 final ProcessCpuTracker.Stats r = nativeProcs.get(i); in dumpApplicationMemoryUsage()
12872 ArrayList<ProcessCpuTracker.Stats> nativeProcs in dumpApplicationMemoryUsage() local
12886 nativeProcs.add(st); in dumpApplicationMemoryUsage()
12890 if (nativeProcs.size() > 0) { in dumpApplicationMemoryUsage()
12896 for (int i = nativeProcs.size() - 1 ; i >= 0 ; i--) { in dumpApplicationMemoryUsage()
12897 final ProcessCpuTracker.Stats r = nativeProcs.get(i); in dumpApplicationMemoryUsage()