Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemServerInitThreadPool.java125 Watchdog.getInterestingNativePids());
DWatchdog.java501 static ArrayList<Integer> getInterestingNativePids() { in getInterestingNativePids() method in Watchdog
579 getInterestingNativePids()); in run()
605 pids, null, null, getInterestingNativePids()); in run()
/frameworks/opt/car/services/src/com/android/internal/car/
DCarServiceHelperService.java407 private static ArrayList<Integer> getInterestingNativePids() { in getInterestingNativePids() method in CarServiceHelperService
428 pids, null, null, getInterestingNativePids()); in dumpServiceStacks()