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

  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 76 void deleteOdex(@utf8InCpp String apkPath, @utf8InCpp String instructionSet,
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 453 public void deleteOdex(String apkPath, String instructionSet, String outputPath)
457 mInstalld.deleteOdex(apkPath, instructionSet, outputPath);
OtaDexoptService.java 261 mPackageManagerService.mInstaller.deleteOdex(codePath, isa, getOatDir(pkg));
  /frameworks/native/cmds/installd/
InstalldNativeService.h 111 binder::Status deleteOdex(const std::string& apkPath, const std::string& instructionSet,
InstalldNativeService.cpp     [all...]

Completed in 2223 milliseconds