Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java253 private static final int TEST_LINGER_DELAY_MS = 250; field in ConnectivityServiceTest
1134 mLingerDelayMs = TEST_LINGER_DELAY_MS; in WrappedConnectivityService()
2371 final int lingerTimeoutMs = TEST_LINGER_DELAY_MS + TEST_LINGER_DELAY_MS / 4; in testNetworkGoesIntoBackgroundAfterLinger()
3447 int timeoutMs = TEST_LINGER_DELAY_MS + TEST_LINGER_DELAY_MS / 4; in testBackgroundNetworks()