Home
last modified time | relevance | path

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

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