Searched refs:WIFSTOPPED (Results 1 – 4 of 4) sorted by relevance
40 import static android.system.OsConstants.WIFSTOPPED;432 assertFalse(WIFSTOPPED(0)); in test_WIFSTOPPED()433 assertTrue(WIFSTOPPED(0x7f)); in test_WIFSTOPPED()
49 public static boolean WIFSTOPPED(int status) { throw new RuntimeException("Stub!"); } in WIFSTOPPED() method in OsConstants
122 public static boolean WIFSTOPPED(int status) { return (WTERMSIG(status) == 0x7f); } in WIFSTOPPED() method in OsConstants
157 method public static boolean WIFSTOPPED(int);