Home
last modified time | relevance | path

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

/frameworks/base/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/
DIMountService.java171 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume() argument
179 _data.writeInt((removeEncryption ? 1 : 0)); in unmountVolume()
2007 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume() argument
/frameworks/base/services/core/java/com/android/server/
DMountService.java1592 public void unmountVolume(String path, boolean force, boolean removeEncryption) { in unmountVolume() argument