Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl82 void destroyAppProfiles(@utf8InCpp String packageName); in destroyAppProfiles() method
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1326 binder::Status InstalldNativeService::destroyAppProfiles(const std::string& packageName) { in destroyAppProfiles() function in android::installd::InstalldNativeService