Searched refs:UNREASONABLY_LONG_WAIT (Results 1 – 1 of 1) sorted by relevance
1072 private static final int UNREASONABLY_LONG_WAIT = 1000; field in ConnectivityServiceTest.FakeWakeupMessage1087 if (delayMs > UNREASONABLY_LONG_WAIT) { in schedule()1088 fail("Attempting to send msg more than " + UNREASONABLY_LONG_WAIT + in schedule()