Searched refs:mDoneSignal (Results 1 – 3 of 3) sorted by relevance
194 private final CountDownLatch mDoneSignal = new CountDownLatch(1); field in ContextHubTransaction257 boolean success = mDoneSignal.await(timeout, unit); in waitForResponse()303 if (mDoneSignal.getCount() == 0) { in setOnCompleteListener()351 mDoneSignal.countDown(); in setResponse()
1964 private CountDownLatch mDoneSignal = new CountDownLatch(1); field in PackageManagerShellCommand.SnapshotRuntimeProfileCallback1977 mDoneSignal.countDown(); in onSuccess()1984 mDoneSignal.countDown(); in onError()1992 done = mDoneSignal.await(10000000, TimeUnit.MILLISECONDS); in waitTillDone()
24015 Landroid/hardware/location/ContextHubTransaction;->mDoneSignal:Ljava/util/concurrent/CountDownLatch;