Home
last modified time | relevance | path

Searched defs:destroyUserData (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DUserDataPreparer.java125 void destroyUserData(int userId, int flags) { in destroyUserData() method in UserDataPreparer
DInstaller.java428 public void destroyUserData(String uuid, int userId, int flags) throws InstallerException { in destroyUserData() method in Installer
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl22 void destroyUserData(@nullable @utf8InCpp String uuid, int userId, int flags); in destroyUserData() method
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1290 binder::Status InstalldNativeService::destroyUserData(const std::optional<std::string>& uuid, in destroyUserData() function in android::installd::InstalldNativeService