Home
last modified time | relevance | path

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

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