Home
last modified time | relevance | path

Searched refs:fdeVerifyPassword (Results 1 – 3 of 3) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl72 void fdeVerifyPassword(@utf8InCpp String password); in fdeVerifyPassword() method
/system/vold/
DVoldNativeService.h95 binder::Status fdeVerifyPassword(const std::string& password);
DVoldNativeService.cpp636 binder::Status VoldNativeService::fdeVerifyPassword(const std::string& password) { in fdeVerifyPassword() function in android::vold::VoldNativeService