Searched refs:getInterestingNativePids (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | Watchdog.java | 578 static ArrayList<Integer> getInterestingNativePids() { in getInterestingNativePids() method in Watchdog 667 getInterestingNativePids(), null, subject); in run() 695 pids, processCpuTracker, new SparseArray<>(), getInterestingNativePids(), in run()
|
D | SystemServerInitThreadPool.java | 195 Watchdog.getInterestingNativePids(), null, null); in dumpStackTraces()
|
/frameworks/opt/car/services/src/com/android/internal/car/ |
D | CarServiceHelperService.java | 535 private static ArrayList<Integer> getInterestingNativePids() { in getInterestingNativePids() method in CarServiceHelperService 556 pids, null, null, getInterestingNativePids(), null); in dumpServiceStacks() 752 nativePids.addAll(getInterestingNativePids()); in dumpAndKillProcess()
|
/frameworks/base/services/ |
D | art-profile | 3697 PLcom/android/server/Watchdog;->getInterestingNativePids()Ljava/util/ArrayList;
|