Searched defs:userSerial (Results 1 – 2 of 2) sorted by relevance
| /system/vold/binder/android/os/ |
| D | IVold.aidl | 33 void onUserAdded(int userId, int userSerial, int sharesStorageWithUserId); in onUserAdded() 88 void createUserKey(int userId, int userSerial, boolean ephemeral); in createUserKey() 94 void unlockUserKey(int userId, int userSerial, @utf8InCpp String secret); in unlockUserKey() 97 void prepareUserStorage(@nullable @utf8InCpp String uuid, int userId, int userSerial, in prepareUserStorage()
|
| /system/vold/ |
| D | VoldNativeService.cpp | 185 binder::Status VoldNativeService::onUserAdded(int32_t userId, int32_t userSerial, in onUserAdded() 600 binder::Status VoldNativeService::createUserKey(int32_t userId, int32_t userSerial, in createUserKey() 630 binder::Status VoldNativeService::unlockUserKey(int32_t userId, int32_t userSerial, in unlockUserKey() 646 int32_t userId, int32_t userSerial, in prepareUserStorage()
|