Home
last modified time | relevance | path

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

/frameworks/base/include/storage/
DIMountService.h40 virtual int32_t unmountVolume(
/frameworks/base/core/tests/coretests/src/android/os/storage/
DAsecTests.java424 getMs().unmountVolume(path, false, false); in unmountMedia()
489 getMs().unmountVolume(path, false, false); in testUnmountMultiple()
/frameworks/base/core/java/com/android/internal/os/storage/
DExternalStorageFormatter.java156 mountService.unmountVolume(extStoragePath, true, mFactoryReset); in updateProgressState()
/frameworks/base/core/java/android/os/storage/
DIMountService.java172 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume() method in IMountService.Stub.Proxy
869 unmountVolume(mountPoint, force, removeEncrypt); in onTransact()
1265 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume() method
/frameworks/base/libs/storage/
DIMountService.cpp160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume() function in android::BpMountService
/frameworks/base/services/java/com/android/server/
DMountService.java1380 public void unmountVolume(String path, boolean force, boolean removeEncryption) { in unmountVolume() method in MountService
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java1061 getMs().unmountVolume(path, true, false); in unmountMedia()