Searched refs:NATIVE_STACKS_OF_INTEREST (Results 1 – 2 of 2) sorted by relevance
78 public static final String[] NATIVE_STACKS_OF_INTEREST = new String[] { field in Watchdog407 int[] nativePids = Process.getPidsForCommands(NATIVE_STACKS_OF_INTEREST); in getInterestingNativePids()
63 import static com.android.server.Watchdog.NATIVE_STACKS_OF_INTEREST;998 for (int i = 0; i < NATIVE_STACKS_OF_INTEREST.length; i++) { in appNotResponding()999 if (NATIVE_STACKS_OF_INTEREST[i].equals(app.processName)) { in appNotResponding()1005 nativeProcs = NATIVE_STACKS_OF_INTEREST; in appNotResponding()