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