Home
last modified time | relevance | path

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

/frameworks/base/libs/storage/include/storage/
DIMountService.h44 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()