Searched refs:mCancelLatch (Results 1 – 1 of 1) sorted by relevance
204 private final CountDownLatch mCancelLatch = new CountDownLatch(1); field in NotificationTask212 mCancelLatch.countDown(); in cancel()222 if (!mCancelLatch.await(mWaitInMillis, TimeUnit.MILLISECONDS)) { in run()