Searched refs:mDoneSignal (Results 1 – 3 of 3) sorted by relevance
195 private final CountDownLatch mDoneSignal = new CountDownLatch(1); field in ContextHubTransaction258 boolean success = mDoneSignal.await(timeout, unit); in waitForResponse()304 if (mDoneSignal.getCount() == 0) { in setOnCompleteListener()352 mDoneSignal.countDown(); in setResponse()
1765 private CountDownLatch mDoneSignal = new CountDownLatch(1); field in PackageManagerShellCommand.SnapshotRuntimeProfileCallback1778 mDoneSignal.countDown(); in onSuccess()1785 mDoneSignal.countDown(); in onError()1793 done = mDoneSignal.await(10000000, TimeUnit.MILLISECONDS); in waitTillDone()
24024 Landroid/hardware/location/ContextHubTransaction;->mDoneSignal:Ljava/util/concurrent/CountDownLatch;