Searched refs:mOnReceiveLatch (Results 1 – 1 of 1) sorted by relevance
1507 final CountDownLatch mOnReceiveLatch = new CountDownLatch(1); in testCreateTcpKeepalive() local1509 mOnReceiveLatch.countDown(); in testCreateTcpKeepalive()1512 if (!mOnReceiveLatch.await(2, TimeUnit.SECONDS)) { in testCreateTcpKeepalive()