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/
DWatchdog.java494 static ArrayList<Integer> getInterestingNativePids() { in getInterestingNativePids() method in Watchdog
566 getInterestingNativePids()); in run()
588 pids, null, null, getInterestingNativePids()); in run()
DSystemServerInitThreadPool.java126 Watchdog.getInterestingNativePids());
/frameworks/opt/car/services/src/com/android/internal/car/
DCarServiceHelperService.java558 private static ArrayList<Integer> getInterestingNativePids() { in getInterestingNativePids() method in CarServiceHelperService
579 pids, null, null, getInterestingNativePids()); in dumpServiceStacks()