Home
last modified time | relevance | path

Searched defs:getCodePath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DMoveInstallArgs.java94 String getCodePath() { in getCodePath() method in MoveInstallArgs
DFileInstallArgs.java217 String getCodePath() { in getCodePath() method in FileInstallArgs
DInstallArgs.java122 abstract String getCodePath(); in getCodePath() method in InstallArgs
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2656 public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo