HomeSort by relevance Sort by last modified time
    Searched refs:mMounted (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/storage/
AppFuseBridge.java 137 private final CountDownLatch mMounted = new CountDownLatch(1);
149 if (mMounted.getCount() == 0) {
153 mMounted.countDown();
157 mMounted.await();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 105 mMounted = false;
107 } else if (!mMounted) {
111 mMounted = true;
128 if (mLabel == null || !mMounted) {
130 mMounted = false;
133 mMounted = true;
145 private boolean mMounted;
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
LoaderCustomSupport.java 105 mMounted = false;
107 } else if (!mMounted) {
111 mMounted = true;
128 if (mLabel == null || !mMounted) {
130 mMounted = false;
133 mMounted = true;
145 private boolean mMounted;
  /packages/apps/Settings/src/com/android/settings/applications/appops/
AppOpsState.java 232 private boolean mMounted;
267 mMounted = false;
269 } else if (!mMounted) {
273 mMounted = true;
290 if (mLabel == null || !mMounted) {
292 mMounted = false;
295 mMounted = true;

Completed in 137 milliseconds