Searched defs:mInstallerService (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java467 final PackageInstallerService mInstallerService; field in class:PackageManagerService
1797 mInstallerService = new PackageInstallerService(context, this, mAppInstallDir);
9443 final File tempDir = mInstallerService.allocateInternalStageDirLegacy();
9703 cid = mInstallerService.allocateExternalStageCidLegacy();
12800 mInstallerService.dump(new IndentingPrintWriter(pw, " ", 120));
13000 mInstallerService.onSecureContainersAvailable();
13478 return mInstallerService;

Completed in 77 milliseconds