Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl96 void unlockUserKey(int userId, int userSerial, @utf8InCpp String token, in unlockUserKey() method
/system/vold/
DVoldNativeService.h118 binder::Status unlockUserKey(int32_t userId, int32_t userSerial, const std::string& token,
DVoldNativeService.cpp695 binder::Status VoldNativeService::unlockUserKey(int32_t userId, int32_t userSerial, in unlockUserKey() function in android::vold::VoldNativeService