Home | History | Annotate | Download | only in pm

Lines Matching defs:mInstaller

552     final Installer mInstaller;
2101 mInstaller = installer;
2237 mInstaller.dexopt(lib, Process.SYSTEM_UID, dexCodeInstructionSet,
2713 mInstaller.setWarnIfHeld(mPackages);
3380 mInstaller.freeCache(volumeUuid, freeStorageSize);
3409 mInstaller.freeCache(volumeUuid, freeStorageSize);
3432 mInstaller.freeCache(volumeUuid, freeStorageSize);
6611 mInstaller.idmap(pkg.baseCodePath, opkg.baseCodePath, sharedGid);
7527 mInstaller.dumpProfiles(gid, packageName, codePaths);
7581 mInstaller.rmPackageDir(codePath.getAbsolutePath());
7614 mInstaller.clearAppData(pkg.volumeUuid, pkg.packageName, realUserId, flags,
7642 mInstaller.destroyAppData(pkg.volumeUuid, pkg.packageName, realUserId, flags,
7715 mInstaller.destroyAppProfiles(pkg.packageName);
7739 mInstaller.clearAppProfiles(pkg.packageName);
9279 mInstaller.rmdex(ps.codePathString,
12981 mInstaller.freeCache(null, sizeBytes + lowThreshold);
13380 mInstaller.rmdex(codePath, dexCodeInstructionSet);
13943 synchronized (mInstaller) {
13945 mInstaller.moveCompleteApp(move.fromUuid, move.toUuid, move.packageName,
14014 mInstaller.destroyAppData(volumeUuid, move.packageName, userId,
16861 mInstaller.getAppSize(ps.volumeUuid, packageName, userId,
19610 mInstaller.createUserData(volumeUuid, userId, userSerial, flags);
19642 mInstaller.destroyUserData(volumeUuid, userId, flags);
19833 mInstaller.destroyAppData(volumeUuid, packageName, userId,
19850 mInstaller.destroyAppData(volumeUuid, packageName, userId,
19963 mInstaller.createAppData(volumeUuid, packageName, userId, flags,
19971 mInstaller.createAppData(volumeUuid, packageName, userId, flags,
19987 final long ceDataInode = mInstaller.getAppDataInode(volumeUuid, packageName, userId,
20027 mInstaller.linkNativeLibraryDirectory(volumeUuid, packageName,
20047 mInstaller.migrateAppData(pkg.volumeUuid, pkg.packageName, userId,
20315 synchronized (mInstaller) {
20562 mSettings.createNewUserLI(this, mInstaller, userId);