Home
last modified time | relevance | path

Searched refs:getInterestingNativePids (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DWatchdog.java578 static ArrayList<Integer> getInterestingNativePids() { in getInterestingNativePids() method in Watchdog
667 getInterestingNativePids(), null, subject); in run()
695 pids, processCpuTracker, new SparseArray<>(), getInterestingNativePids(), in run()
DSystemServerInitThreadPool.java195 Watchdog.getInterestingNativePids(), null, null); in dumpStackTraces()
/frameworks/opt/car/services/src/com/android/internal/car/
DCarServiceHelperService.java535 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/
Dart-profile3697 PLcom/android/server/Watchdog;->getInterestingNativePids()Ljava/util/ArrayList;