Home
last modified time | relevance | path

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

/packages/modules/Wifi/tests/hostsidetests/multidevices/com.google.snippet.wifi/aware/
DCallbackUtils.java66 private final CountDownLatch mBlocker = new CountDownLatch(1); field in CallbackUtils.AttachCb
74 mBlocker.countDown(); in onAttached()
80 mBlocker.countDown(); in onAttachFailed()
91 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForAttach()
104 private final CountDownLatch mBlocker = new CountDownLatch(1); field in CallbackUtils.IdentityListenerSingleShot
114 mBlocker.countDown(); in onIdentityChanged()
123 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForMac()
136 private final CountDownLatch mBlocker = new CountDownLatch(1); field in CallbackUtils.NetworkCb
143 mBlocker.countDown(); in onUnavailable()
151 mBlocker.countDown(); in onCapabilitiesChanged()
[all …]
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSlotSimStatus.java51 private final Phaser mBlocker = new Phaser(1); field in SlotSimStatus
91 mBlocker.arrive(); in queryRecords()
97 mBlocker.arrive(); in asyncQueryRecords()
133 mBlocker.awaitAdvance(0); in waitForResult()
DEidStatus.java40 private final Phaser mBlocker = new Phaser(1); field in EidStatus
73 mBlocker.awaitAdvance(0); in getEid()
99 mBlocker.arrive(); in getEidOperation()