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