Searched defs:dexopt (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | InstallerConnection.java | 137 public void dexopt(String apkPath, int uid, String instructionSet, int dexoptNeeded, in dexopt() method in InstallerConnection 144 public void dexopt(String apkPath, int uid, String pkgName, String instructionSet, in dexopt() method in InstallerConnection
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 142 public void dexopt(String apkPath, int uid, String instructionSet, int dexoptNeeded, in dexopt() method in Installer 150 public void dexopt(String apkPath, int uid, String pkgName, String instructionSet, in dexopt() method in Installer
|
/frameworks/native/cmds/installd/ |
D | commands.cpp | 1527 int dexopt(const char* const params[DEXOPT_PARAM_COUNT]) { in dexopt() function 1619 int dexopt(const char* apk_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt() function
|