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.java1072 private static final int UNREASONABLY_LONG_WAIT = 1000; field in ConnectivityServiceTest.FakeWakeupMessage
1087 if (delayMs > UNREASONABLY_LONG_WAIT) { in schedule()
1088 fail("Attempting to send msg more than " + UNREASONABLY_LONG_WAIT + in schedule()