Searched refs:TEST_LINGER_DELAY_MS (Results 1 – 1 of 1) sorted by relevance
103 private static final int TEST_LINGER_DELAY_MS = 120; field in ConnectivityServiceTest631 mLingerDelayMs = TEST_LINGER_DELAY_MS; in WrappedConnectivityService()1153 actual.arg, 0, TEST_LINGER_DELAY_MS); in expectCallback()1155 assertTrue(msg, 0 <= maxMsToLive && maxMsToLive <= TEST_LINGER_DELAY_MS); in expectCallback()1457 TEST_LINGER_DELAY_MS /* timeoutMs */); in testMultipleLingering()1946 fgCallback.expectCallback(CallbackState.LOST, mCellNetworkAgent, TEST_LINGER_DELAY_MS); in testBackgroundNetworks()