Searched refs:mBlocker (Results 1 – 3 of 3) sorted by relevance
66 private final CountDownLatch mBlocker = new CountDownLatch(1); field in CallbackUtils.AttachCb74 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.IdentityListenerSingleShot114 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.NetworkCb143 mBlocker.countDown(); in onUnavailable()151 mBlocker.countDown(); in onCapabilitiesChanged()[all …]
51 private final Phaser mBlocker = new Phaser(1); field in SlotSimStatus91 mBlocker.arrive(); in queryRecords()97 mBlocker.arrive(); in asyncQueryRecords()133 mBlocker.awaitAdvance(0); in waitForResult()
40 private final Phaser mBlocker = new Phaser(1); field in EidStatus73 mBlocker.awaitAdvance(0); in getEid()99 mBlocker.arrive(); in getEidOperation()