Searched defs:deleteOdex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java453 public void deleteOdex(String apkPath, String instructionSet, String outputPath) method in class:Installer
457 mInstalld.deleteOdex(apkPath, instructionSet, outputPath);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2251 binder::Status InstalldNativeService::deleteOdex(const std::string& apkPath, function in class:android::installd::InstalldNativeService

Completed in 71 milliseconds