Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java2305 final int lingerTimeoutMs = mService.mLingerDelayMs + mService.mLingerDelayMs / 4; in testMultipleLingering() local
2306 callback.expectCallback(CallbackState.LOST, mCellNetworkAgent, lingerTimeoutMs); in testMultipleLingering()
2322 callback.expectCallback(CallbackState.LOST, mWiFiNetworkAgent, lingerTimeoutMs); in testMultipleLingering()
2371 final int lingerTimeoutMs = TEST_LINGER_DELAY_MS + TEST_LINGER_DELAY_MS / 4; in testNetworkGoesIntoBackgroundAfterLinger() local
2373 lingerTimeoutMs); in testNetworkGoesIntoBackgroundAfterLinger()