Searched refs:mTetheringStartedLatch (Results 1 – 1 of 1) sorted by relevance
258 private final CountDownLatch mTetheringStartedLatch = new CountDownLatch(1); field in EthernetTetheringTest.MyTetheringEventCallback282 final boolean wasTethered = mTetheringStartedLatch.getCount() == 0; in onTetheredInterfacesChanged()287 mTetheringStartedLatch.countDown(); in onTetheredInterfacesChanged()296 mTetheringStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in awaitInterfaceTethered()