Searched refs:mInstallerService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java450 final PackageInstallerService mInstallerService; field in class:PackageManagerService
1775 mInstallerService = new PackageInstallerService(context, this, mAppInstallDir);
9276 final File tempDir = mInstallerService.allocateInternalStageDirLegacy();
9536 cid = mInstallerService.allocateExternalStageCidLegacy();
12601 mInstallerService.dump(new IndentingPrintWriter(pw, " ", 120));
12806 mInstallerService.onSecureContainersAvailable();
13284 return mInstallerService;

Completed in 62 milliseconds