Searched defs:removeEncryption (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/java/com/android/server/ |
D | MountService.java | 312 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/ |
D | IMountService.java | 172 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/ |
D | IMountService.cpp | 160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume()
|