[go: nahoru, domu]

Searched defs:installer (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/updates/
H A DTzDataInstallReceiver.java38 private final TzDataBundleInstaller installer; field in class:TzDataInstallReceiver
43 installer = new TzDataBundleInstaller(TAG, TZ_DATA_DIR);
48 boolean valid = installer.install(content);
/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptService.java150 private void moveAbArtifacts(Installer installer) { argument
188 installer.moveAb(path, dexCodeInstructionSet, oatDir);
199 public OTADexoptPackageDexOptimizer(Installer installer, Object installLock, argument
201 super(installer, installLock, context, "*otadexopt*");
H A DPackageDexOptimizer.java65 PackageDexOptimizer(Installer installer, Object installLock, Context context, argument
67 this.mInstaller = installer;
120 * Adjust the given dexopt flags that will be passed to the installer.
357 public ForcedUpdatePackageDexOptimizer(Installer installer, Object installLock, argument
359 super(installer, installLock, context, wakeLockTag);
H A DSettings.java1098 * Checks if {@param packageName} is an installer package and if so, clear the installer
1102 // Check if the package to be removed is an installer package.
2659 serializer.attribute(null, "installer", pkg.installerPackageName);
3578 installerPackageName = parser.getAttributeValue(null, "installer");
3951 void createNewUserLI(@NonNull PackageManagerService service, @NonNull Installer installer, argument
3976 // required args and call the installer after mPackages lock has been released
3991 installer.createAppData(volumeUuids[i], names[i], userHandle, flags, appIds[i],
H A DPackageManagerService.java2155 public static PackageManagerService main(Context context, Installer installer, argument
2160 PackageManagerService m = new PackageManagerService(context, installer,
2220 public PackageManagerService(Context context, Installer installer, argument
2264 mInstaller = installer;
2265 mPackageDexOptimizer = new PackageDexOptimizer(installer, mInstallLock, context,
2810 // both the installer and resolver must be present to enable ephemeral
2814 + " installer:" + ephemeralInstallerComponent);
2826 ? "resolver and installer"
2828 : "installer";
2904 throw new RuntimeException("The installer mus
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java59 * is created, the installer can stream one or more APKs into place until it
84 * This should always be scoped to the installer package that owns the
268 public PackageInstaller(Context context, PackageManager pm, IPackageInstaller installer, argument
272 mInstaller = installer;
391 * Return list of all known install sessions, regardless of the installer.
414 * method is only available to the current "installer of record" for the
439 * <li>An installer creates a session to indicate pending app delivery. All
441 * <li>The installer opens the session to deliver APK data. Note that a
443 * changes. The installer may deliver periodic progress updates.
444 * <li>The installer commit
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2697 public void setInstaller(Installer installer) { argument
2698 mInstaller = installer;

Completed in 437 milliseconds