Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
H A DEthernetTetheringTest.java354 private final CountDownLatch mLocalOnlyStartedLatch = new CountDownLatch(1); field in EthernetTetheringTest.MyTetheringEventCallback
408 mLocalOnlyStartedLatch.countDown(); in onLocalOnlyInterfacesChanged()
422 mLocalOnlyStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in awaitInterfaceLocalOnly()