Home
last modified time | relevance | path

Searched refs:removeSubsLatch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DRecoverySystem.java904 CountDownLatch removeSubsLatch = new CountDownLatch(subscriptionInfos.size()); in removeEuiccInvisibleSubs() local
920 removeSubsLatch.countDown(); in removeEuiccInvisibleSubs()
956 if (!removeSubsLatch.await(waitingTimeMillis, TimeUnit.MILLISECONDS)) { in removeEuiccInvisibleSubs()