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

  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 32 void destroyAppData(@nullable @utf8InCpp String uuid, @utf8InCpp String packageName,
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 207 public void destroyAppData(String uuid, String packageName, int userId, int flags,
211 mInstalld.destroyAppData(uuid, packageName, userId, flags, ceDataInode);
PackageManagerService.java     [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.h 58 binder::Status destroyAppData(const std::unique_ptr<std::string>& uuid,
InstalldNativeService.cpp 668 binder::Status InstalldNativeService::destroyAppData(const std::unique_ptr<std::string>& uuid,
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 192 service_->destroyAppData(
    [all...]

Completed in 631 milliseconds