Searched refs:InstallParams (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 572 class InstallParams { class in PackageManagerTests 577 InstallParams(String outFileName, int rawResId) throws PackageParserException { in InstallParams() method in PackageManagerTests.InstallParams 582 InstallParams(ParsingPackage pkg) { in InstallParams() method in PackageManagerTests.InstallParams 593 private InstallParams sampleInstallFromRawResource(int flags, boolean cleanUp) in sampleInstallFromRawResource() 703 private void installFromRawResource(InstallParams ip, int flags, boolean cleanUp, boolean fail, in installFromRawResource() 742 private InstallParams installFromRawResource(String outFileName, int rawResId, int flags, in installFromRawResource() 744 InstallParams ip = new InstallParams(outFileName, rawResId); in installFromRawResource() 821 InstallParams ip = sampleInstallFromRawResource(flags, false); in sampleReplaceFromRawResource() 963 InstallParams ip = sampleInstallFromRawResource(iFlags, false); in deleteFromRawResource() 1000 void cleanUpInstall(InstallParams ip) throws Exception { in cleanUpInstall() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommand.java | 560 private void setParamsSize(InstallParams params, List<String> inPaths) { in setParamsSize() 1285 final InstallParams params = makeInstallParams(); in runStreamingInstall() 1294 final InstallParams params = makeInstallParams(); in runIncrementalInstall() 1306 private int doRunInstall(final InstallParams params) throws RemoteException { in doRunInstall() 1455 final InstallParams installParams = makeInstallParams(); in runInstallCreate() 2745 private static class InstallParams { class in PackageManagerShellCommand 2752 private InstallParams makeInstallParams() { in makeInstallParams() 2754 final InstallParams params = new InstallParams(); in makeInstallParams()
|
D | PackageInstallerSession.java | 2363 final PackageManagerService.InstallParams installingSession = makeInstallParams(); in installNonStaged() 2373 List<PackageManagerService.InstallParams> installingChildSessions = in installNonStaged() 2380 final PackageManagerService.InstallParams installingChildSession = in installNonStaged() 2637 private PackageManagerService.InstallParams makeInstallParams() in makeInstallParams() 2700 return mPm.new InstallParams(stageDir, localObserver, params, mInstallSource, user, in makeInstallParams()
|
D | PackageManagerService.java | 15739 void installStage(InstallParams params) { in installStage() 15752 void installStage(InstallParams parent, List<InstallParams> children) in installStage() 17705 private final List<InstallParams> mChildParams; 17708 MultiPackageInstallParams(InstallParams parent, List<InstallParams> childParams) in MultiPackageInstallParams() 17716 final InstallParams childParam = childParams.get(i); in MultiPackageInstallParams() 17724 for (InstallParams params : mChildParams) { in handleStartCopy() 17731 for (InstallParams params : mChildParams) { in handleReturnCode() 17761 class InstallParams extends HandlerParams { class 17782 InstallParams(OriginInfo origin, MoveInfo move, IPackageInstallObserver2 observer, in InstallParams() method in InstallParams 17806 InstallParams(File stagedDir, IPackageInstallObserver2 observer, in InstallParams() method in InstallParams [all …]
|
/frameworks/base/services/ |
D | art-profile | 30274 …ion;->makeInstallParams()Lcom/android/server/pm/PackageManagerService$InstallParams;+]Lcom/android… 30717 …droid/server/pm/PackageManagerService;Lcom/android/server/pm/PackageManagerService$InstallParams;)V 30733 …vice$VerificationParams;,Lcom/android/server/pm/PackageManagerService$InstallParams;,Lcom/android/… 30778 …geManagerService$InstallArgs;-><init>(Lcom/android/server/pm/PackageManagerService$InstallParams;)V 30781 HPLcom/android/server/pm/PackageManagerService$InstallParams;-><init>(Lcom/android/server/pm/Packag… 30782 PLcom/android/server/pm/PackageManagerService$InstallParams;->handleReturnCode()V 30783 HPLcom/android/server/pm/PackageManagerService$InstallParams;->handleStartCopy()V 30784 HPLcom/android/server/pm/PackageManagerService$InstallParams;->installLocationPolicy(Landroid/conte… 30785 HPLcom/android/server/pm/PackageManagerService$InstallParams;->overrideInstallLocation(Landroid/con… 30786 HPLcom/android/server/pm/PackageManagerService$InstallParams;->processPendingInstall()V+]Lcom/andro… [all …]
|