Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl94 void unlockUserKey(int userId, int userSerial, @utf8InCpp String secret); in unlockUserKey() method
/system/vold/
DVoldNativeService.cpp630 binder::Status VoldNativeService::unlockUserKey(int32_t userId, int32_t userSerial, in unlockUserKey() function in android::vold::VoldNativeService