Home
last modified time | relevance | path

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

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