Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DMountService.java312 final boolean removeEncryption; field in MountService.UnmountCallBack
315 UnmountCallBack(String path, boolean force, boolean removeEncryption) { in UnmountCallBack()
924 private int doUnmountVolume(String path, boolean force, boolean removeEncryption) { in doUnmountVolume()
1383 public void unmountVolume(String path, boolean force, boolean removeEncryption) { in unmountVolume()
/frameworks/base/core/java/android/os/storage/
DIMountService.java172 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume()
1309 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume()
/frameworks/base/libs/storage/
DIMountService.cpp160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume()