Searched refs:getPidsForCommands (Results 1 – 3 of 3) sorted by relevance
947 public static final native int[] getPidsForCommands(String[] cmds); in getPidsForCommands() method in Process
387 int[] nativePids = Process.getPidsForCommands(NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids()
899 int[] pids = nativeProcs == null ? null : Process.getPidsForCommands(nativeProcs); in appNotResponding()