Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsCache.java72 private final CountDownLatch mFirstLoad = new CountDownLatch(1); field in RootsCache
135 success = mFirstLoad.await(15, TimeUnit.SECONDS); in waitForFirstLoad()
207 mFirstLoad.countDown(); in doInBackground()