Home
last modified time | relevance | path

Searched refs:removeEncryption (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/storage/include/storage/
DIMountService.h43 const String16& mountPoint, const bool force, const bool removeEncryption) = 0;
/frameworks/base/libs/storage/
DIMountService.cpp160 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/
DIStorageManager.aidl75 void unmountVolume(in String mountPoint, boolean force, boolean removeEncryption) = 6; in unmountVolume() argument
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockStorageManager.java138 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume() argument
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1751 public void unmountVolume(String path, boolean force, boolean removeEncryption) { in unmountVolume() argument