Home | History | Annotate | Download | only in storage

Lines Matching refs:mMountService

68     private final IMountService mMountService;
317 mMountService = IMountService.Stub.asInterface(ServiceManager.getService("mount"));
318 if (mMountService == null) {
340 mMountService.registerListener(mBinderListener);
373 mMountService.unregisterListener(mBinderListener);
389 mMountService.setUsbMassStorageEnabled(true);
402 mMountService.setUsbMassStorageEnabled(false);
416 return mMountService.isUsbMassStorageConnected();
431 return mMountService.isUsbMassStorageEnabled();
466 mMountService.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce);
503 mMountService.unmountObb(rawPath, force, mObbActionListener, nonce);
522 return mMountService.isObbMounted(rawPath);
543 return mMountService.getMountedObbPath(rawPath);
556 if (mMountService == null) return Environment.MEDIA_REMOVED;
558 return mMountService.getVolumeState(mountPoint);
570 if (mMountService == null) return new StorageVolume[0];
572 Parcelable[] list = mMountService.getVolumeList();