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