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.java301 private static final int TEST_LINGER_DELAY_MS = 300; field in ConnectivityServiceTest
1239 mService.mLingerDelayMs = TEST_LINGER_DELAY_MS; in setUp()
2221 final int lingerTimeoutMs = TEST_LINGER_DELAY_MS + TEST_LINGER_DELAY_MS / 4; in testNetworkGoesIntoBackgroundAfterLinger()
3349 int timeoutMs = TEST_LINGER_DELAY_MS + TEST_LINGER_DELAY_MS / 4; in testBackgroundNetworks()