HomeSort by relevance Sort by last modified time
    Searched full:destroyappprofiles (Results 1 - 6 of 6) sorted by null

  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 67 void destroyAppProfiles(@utf8InCpp String packageName);
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 386 public void destroyAppProfiles(String packageName) throws InstallerException {
389 mInstalld.destroyAppProfiles(packageName);
PackageManagerService.java     [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.h 102 binder::Status destroyAppProfiles(const std::string& packageName);
InstalldNativeService.cpp 650 binder::Status InstalldNativeService::destroyAppProfiles(const std::string& packageName) {
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 1430 milliseconds