Searched refs:unmount (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl66 * Safely unmount external storage at given mount point. The unmount is an
70 * @param force whether or not to forcefully unmount it (e.g. even if programs are using this
154 * any program using it will be forcibly killed to unmount the image.
268 void unmount(in String volId) = 48;
H A DStorageManager.java581 * unmount the given OBB (even the calling application).
593 * @param force whether to kill any programs using this in order to unmount
596 * @return whether the unmount call was successfully queued or not
849 public void unmount(String volId) { method in class:StorageManager
851 mStorageManager.unmount(volId);
/frameworks/base/cmds/sm/src/com/android/commands/sm/
H A DSm.java83 } else if ("unmount".equals(op)) {
204 mSm.unmount(volId);
255 System.err.println(" sm unmount VOLUME");
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMockStorageManager.java358 public void unmount(String volId) throws RemoteException { method in class:MockStorageManager
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java511 mStorageManager.unmount(root.volumeId);
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java706 unmount(vol.getId());
1752 unmount(findVolumeIdForPathOrThrow(path));
1778 public void unmount(String volId) { method in class:StorageManagerService
1800 mConnector.execute("volume", "unmount", vol.id);
2376 final Command cmd = new Command("asec", "unmount", id);
2483 Slog.w(TAG, "Odd, nobody asked to unmount?");
3046 mConnector.execute("appfuse", "unmount", uid, Process.myPid(), mountId);
3560 Slog.i(TAG, "Couldn't send unmount notification for OBB: "
3781 Slog.w(TAG, "Permission denied attempting to unmount OBB " + existingState.rawPath
3789 final Command cmd = new Command("obb", "unmount", mObbStat
[all...]

Completed in 383 milliseconds