Searched refs:mMountService (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java68 private final IMountService mMountService; field in class:StorageManager
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
[all...]
/frameworks/base/native/android/
H A Dstorage_manager.cpp67 sp<IMountService> mMountService; member in struct:AStorageManager
94 mMountService = interface_cast<IMountService>(sm->getService(String16("mount")));
95 if (mMountService == NULL) {
141 mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener, cb->nonce);
147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce);
152 return mMountService->isObbMounted(filename16);
158 if (mMountService->getMountedObbPath(filename16, path16)) {
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java43 private IMountService mMountService = null; field in class:ExternalStorageFormatter
245 if (mMountService == null) {
248 mMountService = IMountService.Stub.asInterface(service);
253 return mMountService;
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java67 IMountService mMountService; field in class:BackupRestoreConfirmation
161 mMountService = IMountService.Stub.asInterface(ServiceManager.getService("mount"));
274 return mMountService.getEncryptionState()
276 && mMountService.getPasswordType()
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java257 private IMountService mMountService; field in class:BackupManagerService
957 mMountService = IMountService.Stub.asInterface(ServiceManager.getService("mount"));
3438 return mMountService.getEncryptionState()
3440 && mMountService.getPasswordType()

Completed in 3058 milliseconds