Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java258 private final CountDownLatch mTetheringStartedLatch = new CountDownLatch(1); field in EthernetTetheringTest.MyTetheringEventCallback
282 final boolean wasTethered = mTetheringStartedLatch.getCount() == 0; in onTetheredInterfacesChanged()
287 mTetheringStartedLatch.countDown(); in onTetheredInterfacesChanged()
296 mTetheringStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in awaitInterfaceTethered()