Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java1507 final CountDownLatch mOnReceiveLatch = new CountDownLatch(1); in testCreateTcpKeepalive() local
1509 mOnReceiveLatch.countDown(); in testCreateTcpKeepalive()
1512 if (!mOnReceiveLatch.await(2, TimeUnit.SECONDS)) { in testCreateTcpKeepalive()