Searched refs:removeEncryption (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/storage/include/storage/ |
D | IMountService.h | 43 const String16& mountPoint, const bool force, const bool removeEncryption) = 0;
|
/frameworks/base/libs/storage/ |
D | IMountService.cpp | 160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume() argument 166 data.writeInt32(removeEncryption ? 1 : 0); in unmountVolume()
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 75 void unmountVolume(in String mountPoint, boolean force, boolean removeEncryption) = 6; in unmountVolume() argument
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | MockStorageManager.java | 138 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume() argument
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 1751 public void unmountVolume(String path, boolean force, boolean removeEncryption) { in unmountVolume() argument
|