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();
2888 private boolean mMounted = false; field in StorageManagerService.AppFuseMountScope2898 mMounted = true; in open()2918 if (mMounted) { in close()2920 mMounted = false; in close()