Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java235 private static final int KEEPALIVE_CALLBACK_TIMEOUT_MS = 2000; field in ConnectivityManagerTest
1303 return mCallbacks.poll(KEEPALIVE_CALLBACK_TIMEOUT_MS, in pollCallback()
1306 fail("Callback not seen after " + KEEPALIVE_CALLBACK_TIMEOUT_MS + " ms"); in pollCallback()