Home
last modified time | relevance | path

Searched refs:UNREASONABLY_LONG_WAIT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java825 private static final int UNREASONABLY_LONG_WAIT = 1000; field in ConnectivityServiceTest.FakeWakeupMessage
840 if (delayMs > UNREASONABLY_LONG_WAIT) { in schedule()
841 fail("Attempting to send msg more than " + UNREASONABLY_LONG_WAIT + in schedule()