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

  /frameworks/base/core/java/android/os/storage/
StorageManager.java 122 private final IMountService mMountService;
330 mMountService = IMountService.Stub.asInterface(ServiceManager.getService("mount"));
331 if (mMountService == null) {
348 mMountService.registerListener(delegate);
369 mMountService.unregisterListener(delegate);
447 mMountService.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce);
482 mMountService.unmountObb(rawPath, force, mObbActionListener, nonce);
499 return mMountService.isObbMounted(rawPath);
518 return mMountService.getMountedObbPath(rawPath);
527 return Arrays.asList(mMountService.getDisks())
    [all...]
  /frameworks/base/native/android/
storage_manager.cpp 67 sp<IMountService> mMountService;
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/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 67 IMountService mMountService;
161 mMountService = IMountService.Stub.asInterface(ServiceManager.getService("mount"));
274 return mMountService.getEncryptionState()
276 && mMountService.getPasswordType()
  /frameworks/base/services/core/java/com/android/server/
MountService.java 158 private MountService mMountService;
166 mMountService = new MountService(getContext());
167 publishBinderService("mount", mMountService);
168 mMountService.start();
174 mMountService.systemReady();
176 mMountService.bootCompleted();
182 mMountService.mCurrentUserId = userHandle;
187 mMountService.onUnlockUser(userHandle);
192 mMountService.onCleanupUser(userHandle);
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 270 private IMountService mMountService;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 57 milliseconds