Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl91 void setUserKeyProtection(int userId, @utf8InCpp String secret); in setUserKeyProtection() method
/system/vold/
DVoldNativeService.cpp615 binder::Status VoldNativeService::setUserKeyProtection(int32_t userId, const std::string& secret) { in setUserKeyProtection() function in android::vold::VoldNativeService