Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl91 void createUserStorageKeys(int userId, boolean ephemeral); in createUserStorageKeys() method
/system/vold/
DVoldNativeService.cpp661 binder::Status VoldNativeService::createUserStorageKeys(int32_t userId, bool ephemeral) { in createUserStorageKeys() function in android::vold::VoldNativeService