Home
last modified time | relevance | path

Searched defs:removeEncryption (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/storage/
DIMountService.cpp160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume()
/frameworks/base/core/java/android/os/storage/
DIMountService.java173 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume()
2311 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume()
/frameworks/base/services/core/java/com/android/server/
DMountService.java1714 public void unmountVolume(String path, boolean force, boolean removeEncryption) { in unmountVolume()