HomeSort by relevance Sort by last modified time
    Searched refs:clearAppProfiles (Results 1 - 5 of 5) sorted by null

  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 60 void clearAppProfiles(@utf8InCpp String packageName);
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 351 public void clearAppProfiles(String packageName) throws InstallerException {
354 mInstalld.clearAppProfiles(packageName);
PackageManagerService.java     [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.h 94 binder::Status clearAppProfiles(const std::string& packageName);
InstalldNativeService.cpp 486 binder::Status InstalldNativeService::clearAppProfiles(const std::string& packageName) {
    [all...]

Completed in 92 milliseconds