Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl87 void createUserKey(int userId, int userSerial, boolean ephemeral); in createUserKey() method
/system/vold/
DVoldNativeService.h109 binder::Status createUserKey(int32_t userId, int32_t userSerial, bool ephemeral);
DVoldNativeService.cpp656 binder::Status VoldNativeService::createUserKey(int32_t userId, int32_t userSerial, bool ephemeral)… in createUserKey() function in android::vold::VoldNativeService