Searched refs:mMounted (Results 1 – 2 of 2) sorted by relevance
141 private final CountDownLatch mMounted = new CountDownLatch(1);151 if (mMounted.getCount() == 0) {155 mMounted.countDown();159 mMounted.await();
3556 private boolean mMounted = false; field in StorageManagerService.AppFuseMountScope3566 mMounted = true; in open()3586 if (mMounted) { in close()3588 mMounted = false; in close()