Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
H A DEthernetTetheringTest.java353 private final CountDownLatch mTetheringStoppedLatch = new CountDownLatch(1); field in EthernetTetheringTest.MyTetheringEventCallback
390 mTetheringStoppedLatch.countDown(); in onTetheredInterfacesChanged()
434 mTetheringStoppedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in awaitInterfaceUntethered()