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