Searched refs:dialingLatch (Results 1 – 1 of 1) sorted by relevance
58 private final CountDownLatch dialingLatch = new CountDownLatch(1); field in SwapSimWorker124 if (!dialingLatch.await(timeoutMillis, TimeUnit.MILLISECONDS)) { in doInBackground()151 dialingLatch.countDown(); in onCallListChange()