Home
last modified time | relevance | path

Searched defs:checkEncryption (Results 1 – 2 of 2) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl44 void checkEncryption(@utf8InCpp String volId); in checkEncryption() method
/system/vold/
DVoldNativeService.cpp396 binder::Status VoldNativeService::checkEncryption(const std::string& volId) { in checkEncryption() function in android::vold::VoldNativeService