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/
DAppErrors.java996 String[] nativeProcs = null; in appNotResponding() local
1000 nativeProcs = new String[] { app.processName }; in appNotResponding()
1005 nativeProcs = NATIVE_STACKS_OF_INTEREST; in appNotResponding()
1008 int[] pids = nativeProcs == null ? null : Process.getPidsForCommands(nativeProcs); in appNotResponding()
DActivityManagerService.java18830 ArrayList<ProcessCpuTracker.Stats> nativeProcs in dumpApplicationMemoryUsage() local
18844 nativeProcs.add(st); in dumpApplicationMemoryUsage()
18848 if (nativeProcs.size() > 0) { in dumpApplicationMemoryUsage()
18852 for (int i = nativeProcs.size() - 1 ; i >= 0 ; i--) { in dumpApplicationMemoryUsage()
18853 final ProcessCpuTracker.Stats r = nativeProcs.get(i); in dumpApplicationMemoryUsage()
19326 ArrayList<ProcessCpuTracker.Stats> nativeProcs in dumpApplicationMemoryUsage() local
19340 nativeProcs.add(st); in dumpApplicationMemoryUsage()
19344 if (nativeProcs.size() > 0) { in dumpApplicationMemoryUsage()
19350 for (int i = nativeProcs.size() - 1 ; i >= 0 ; i--) { in dumpApplicationMemoryUsage()
19351 final ProcessCpuTracker.Stats r = nativeProcs.get(i); in dumpApplicationMemoryUsage()