Searched refs:NATIVE_STACKS_OF_INTEREST (Results 1 – 3 of 3) sorted by relevance
89 public static final String[] NATIVE_STACKS_OF_INTEREST = new String[] { field in Watchdog542 int[] nativePids = Process.getPidsForCommands(NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids()
21 import static com.android.server.Watchdog.NATIVE_STACKS_OF_INTEREST;1662 for (int i = 0; i < NATIVE_STACKS_OF_INTEREST.length; i++) { in appNotResponding()1663 if (NATIVE_STACKS_OF_INTEREST[i].equals(processName)) { in appNotResponding()1669 nativeProcs = NATIVE_STACKS_OF_INTEREST; in appNotResponding()
1131 int[] nativePids = Process.getPidsForCommands(Watchdog.NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids()