Searched refs:unmountVolume (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/include/storage/
H A DIMountService.h42 virtual int32_t unmountVolume(
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java156 mountService.unmountVolume(extStoragePath, true, mFactoryReset);
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java570 getMs().unmountVolume(path, false, false);
637 getMs().unmountVolume(path, false, false);
/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/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java1233 getMs().unmountVolume(path, true, false);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1519 public void unmountVolume(String path, boolean force, boolean removeEncryption) { method in class:MountService

Completed in 213 milliseconds