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

/frameworks/base/core/java/android/os/storage/
H A DIMountService.java172 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) method in class:IMountService.Stub.Proxy
899 unmountVolume(mountPoint, force, removeEncrypt);
1310 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) method in interface:IMountService
/frameworks/base/libs/storage/
H A DIMountService.cpp160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) function in class:android::BpMountService
168 ALOGD("unmountVolume could not contact remote\n");
173 ALOGD("unmountVolume caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1523 public void unmountVolume(String path, boolean force, boolean removeEncryption) { method in class:MountService

Completed in 508 milliseconds