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/
DProcessErrorStateRecord.java359 String[] nativeProcs = null; in appNotResponding() local
363 nativeProcs = new String[] { mApp.processName }; in appNotResponding()
368 nativeProcs = NATIVE_STACKS_OF_INTEREST; in appNotResponding()
371 int[] pids = nativeProcs == null ? null : Process.getPidsForCommands(nativeProcs); in appNotResponding()
DActivityManagerService.java10517 ArrayList<ProcessCpuTracker.Stats> nativeProcs in dumpApplicationMemoryUsage() local
10529 nativeProcs.add(st); in dumpApplicationMemoryUsage()
10532 if (nativeProcs.size() > 0) { in dumpApplicationMemoryUsage()
10536 for (int i = nativeProcs.size() - 1 ; i >= 0 ; i--) { in dumpApplicationMemoryUsage()
10537 final ProcessCpuTracker.Stats r = nativeProcs.get(i); in dumpApplicationMemoryUsage()
11166 final ArrayList<ProcessCpuTracker.Stats> nativeProcs in dumpApplicationMemoryUsage() local
11178 nativeProcs.add(st); in dumpApplicationMemoryUsage()
11181 if (nativeProcs.size() > 0) { in dumpApplicationMemoryUsage()
11187 for (int i = nativeProcs.size() - 1 ; i >= 0 ; i--) { in dumpApplicationMemoryUsage()
11188 final ProcessCpuTracker.Stats r = nativeProcs.get(i); in dumpApplicationMemoryUsage()