Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
H A DEthernetTetheringTest.java352 private final CountDownLatch mTetheringStartedLatch = new CountDownLatch(1); field in EthernetTetheringTest.MyTetheringEventCallback
387 mTetheringStartedLatch.countDown(); in onTetheredInterfacesChanged()
417 mTetheringStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in awaitInterfaceTethered()