Home
last modified time | relevance | path

Searched defs:createUserData (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl21 void createUserData(@nullable @utf8InCpp String uuid, int userId, int userSerial, int flags); in createUserData() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java415 public void createUserData(String uuid, int userId, int userSerial, int flags) in createUserData() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1179 binder::Status InstalldNativeService::createUserData(const std::unique_ptr<std::string>& uuid, in createUserData() function in android::installd::InstalldNativeService