Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersCache.java91 private final CountDownLatch mFirstLoad = new CountDownLatch(1); field in ProvidersCache
201 success = mFirstLoad.await(15, TimeUnit.SECONDS); in waitForFirstLoad()
492 mFirstLoad.countDown(); in doInBackground()