Home
last modified time | relevance | path

Searched refs:fromCodePath (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DMoveInfo.java31 String fromCodePath) { in MoveInfo() argument
39 mFromCodePath = fromCodePath; in MoveInfo()
H A DMovePackageHelper.java139 final String fromCodePath; in movePackageInternal() local
142 fromCodePath = codeFile.getParentFile().getAbsolutePath(); in movePackageInternal()
144 fromCodePath = codeFile.getAbsolutePath(); in movePackageInternal()
283 appId, seinfo, targetSdkVersion, fromCodePath); in movePackageInternal()
H A DRemovePackageHelper.java444 void cleanUpForMoveInstall(String volumeUuid, String packageName, String fromCodePath) { in cleanUpForMoveInstall() argument
445 final String toPathName = new File(fromCodePath).getName(); in cleanUpForMoveInstall()
H A DInstaller.java481 String fromCodePath) throws InstallerException { in moveCompleteApp() argument
485 targetSdkVersion, fromCodePath); in moveCompleteApp()