Searched defs:unmount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java434 * unmount the given OBB (even the calling application).
446 * @param force whether to kill any programs using this in order to unmount
449 * @return whether the unmount call was successfully queued or not
668 public void unmount(String volId) { method in class:StorageManager
670 mMountService.unmount(volId);
H A DIMountService.java167 * Safely unmount external storage at given mount point. The unmount
514 * unmount the image. MountService will call back to the supplied
981 public void unmount(String volId) throws RemoteException { method in class:IMountService.Stub.Proxy
1758 unmount(volId);
1984 * any program using it will be forcibly killed to unmount the image.
1998 * Safely unmount external storage at given mount point. The unmount is an
2002 * @param force whether or not to forcefully unmount it (e.g. even if programs are using this
2145 public void unmount(Strin method in interface:IMountService
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java1593 unmount(findVolumeIdForPathOrThrow(path));
1619 public void unmount(String volId) { method in class:MountService
1641 mConnector.execute("volume", "unmount", vol.id);
2126 final Command cmd = new Command("asec", "unmount", id);
2233 Slog.w(TAG, "Odd, nobody asked to unmount?");
2896 Slog.i(TAG, "Couldn't send unmount notification for OBB: "
3120 Slog.w(TAG, "Permission denied attempting to unmount OBB " + existingState.rawPath
3128 final Command cmd = new Command("obb", "unmount", mObbState.voldPath);
3152 Slog.w(TAG, "Could not unmount OBB: " + existingState);

Completed in 44 milliseconds