Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java1074 final CountDownLatch mOnReceiveLatch = new CountDownLatch(1); in testCreateTcpKeepalive() local
1076 mOnReceiveLatch.countDown(); in testCreateTcpKeepalive()
1079 if (!mOnReceiveLatch.await(2, TimeUnit.SECONDS)) { in testCreateTcpKeepalive()