Home
last modified time | relevance | path

Searched refs:mFromCodePath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DMoveInfo.java27 final String mFromCodePath; field in MoveInfo
39 mFromCodePath = fromCodePath; in MoveInfo()
DInstallingSession.java379 mMoveInfo.mTargetSdkVersion, mMoveInfo.mFromCodePath); in copyApkForMoveInstall()
388 final String toPathName = new File(mMoveInfo.mFromCodePath).getName(); in copyApkForMoveInstall()
562 mMoveInfo.mPackageName, mMoveInfo.mFromCodePath); in doPostInstall()
565 mMoveInfo.mPackageName, mMoveInfo.mFromCodePath); in doPostInstall()
DInstallRequest.java312 ? mInstallArgs.mMoveInfo.mFromCodePath : null; in getMoveFromCodePath()