HomeSort by relevance Sort by last modified time
    Searched defs:installer (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/base/services/core/java/com/android/server/updates/
TzDataInstallReceiver.java 20 import com.android.timezone.distro.installer.TimeZoneDistroInstaller;
41 private final TimeZoneDistroInstaller installer; field in class:TzDataInstallReceiver
46 installer = new TimeZoneDistroInstaller(TAG, SYSTEM_TZ_DATA_FILE, TZ_DATA_DIR);
52 boolean valid = installer.install(distro);
  /build/soong/python/
python.go 114 // the installer might be nil.
115 installer installer
134 type installer interface { type
264 if p.installer != nil && installSource.Valid() {
265 p.installer.install(ctx, installSource.Path())
  /frameworks/av/services/mediaanalytics/
MediaAnalyticsService.h 139 AString installer; member in struct:android::MediaAnalyticsService::UidToPkgMap
MediaAnalyticsService.cpp 837 std::string installer = ""; local
892 status = package_mgr->getInstallerForPackage(pkgName16, &installer);
898 // skip if we didn't get an installer
909 pkg.c_str(), installer.c_str(), versionCode, versionCode);
911 if (strncmp(installer.c_str(), "com.android.", 12) == 0) {
913 } else if (strncmp(installer.c_str(), "com.google.", 11) == 0) {
915 } else if (strcmp(installer.c_str(), "preload") == 0) {
917 } else if (installer.c_str()[0] == '\0') {
918 // sideload (no installer); do not report
922 // unknown installer; do not repor
    [all...]
  /system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
TimeZoneDistroInstallerTest.java 16 package com.android.timezone.distro.installer;
56 private TimeZoneDistroInstaller installer; field in class:TimeZoneDistroInstallerTest
73 installer = new TimeZoneDistroInstaller(
124 installer.stageInstallWithErrorCode(new TimeZoneDistro(distroBytes)));
137 installer.stageInstallWithErrorCode(new TimeZoneDistro(distroBytes)));
150 installer.stageInstallWithErrorCode(new TimeZoneDistro(distroBytes)));
163 installer.stageInstallWithErrorCode(new TimeZoneDistro(distro1Bytes)));
169 installer.stageInstallWithErrorCode(new TimeZoneDistro(distro2Bytes)));
175 installer.stageInstallWithErrorCode(new TimeZoneDistro(distro3Bytes)));
189 installer.stageInstallWithErrorCode(new TimeZoneDistro(distro1Bytes)))
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
InstallSessionParamsUnitTest.java 182 PackageInstaller installer = context.getPackageManager().getPackageInstaller(); local
183 List<SessionInfo> mySessionInfos = installer.getMySessions();
195 * Create a new installer session.
201 PackageInstaller installer = context.getPackageManager().getPackageInstaller(); local
203 return installer.createSession(params);
InstallSessionTransferTest.java 61 private SessionInfo getSessionInfo(@NonNull PackageInstaller installer,
63 List<SessionInfo> mySessionInfos = installer.getMySessions();
75 * Get name of the package installer.
77 * @return The package name of the package installer
84 ResolveInfo installer = InstrumentationRegistry.getInstrumentation().getTargetContext() local
88 if (installer != null) {
89 return installer.activityInfo.packageName;
110 * Create a new installer session.
117 PackageInstaller installer = context.getPackageManager().getPackageInstaller(); local
120 int sessionId = installer.createSession(params)
131 PackageInstaller installer = context.getPackageManager().getPackageInstaller(); local
    [all...]
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 1 package com.svox.langpack.installer;
45 // only run the installer if there isn't another one running
159 // only run the installer if there isn't another one running
160 // (we only get here if the installer couldn't complete successfully before)
  /build/soong/cc/
cc.go 237 type installer interface { type
275 // the blueprint.Module interface. It delegates to compiler, linker, and installer interfaces
292 installer installer
319 if c.installer != nil {
320 c.AddProperties(c.installer.installerProps()...)
586 if c.installer != nil && !c.Properties.PreventInstall && c.outputFile.Valid() {
587 c.installer.install(ctx, c.outputFile.Path())
    [all...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
BindWidgetTest.java 225 // Create an active installer session
228 PackageInstaller installer = mTargetContext.getPackageManager().getPackageInstaller(); local
229 mSessionId = installer.createSession(params);
  /system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
TimeZoneDistroInstaller.java 16 package com.android.timezone.distro.installer;
  /frameworks/base/services/core/java/com/android/server/pm/
OtaDexoptService.java 36 import com.android.server.pm.Installer.InstallerException;
251 final Installer collectingInstaller = new Installer(mContext, true) {
334 private void moveAbArtifacts(Installer installer) {
380 installer.moveAb(path, dexCodeInstructionSet, oatDir);
441 public OTADexoptPackageDexOptimizer(Installer installer, Object installLock,
443 super(installer, installLock, context, "*otadexopt*");
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallInstalling.java 62 /** Task that sends the package to the package installer */
174 * Launch the "success" version of the final package installer dialog
186 * Launch the "failure" version of the final package installer dialog
215 PackageInstaller installer = getPackageManager().getPackageInstaller(); local
216 PackageInstaller.SessionInfo sessionInfo = installer.getSessionInfo(mSessionId);
320 * Send the package to the package installer and then register a event result observer that
  /frameworks/base/services/java/com/android/server/
SystemServer.java 92 import com.android.server.pm.Installer;
510 Installer installer = mSystemServiceManager.startService(Installer.class); local
524 mActivityManagerService.setInstaller(installer);
585 mPackageManagerService = PackageManagerService.main(mSystemContext, installer,
632 mSystemServiceManager.startService(new OverlayManagerService(mSystemContext, installer));
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-install-plugin/2.4/
maven-install-plugin-2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.4.0-alpha1/
repository-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.4.0-alpha3/
repository-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.4.0-alpha5/
repository-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.4.0-alpha6/
repository-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.4.0-alpha7/
repository-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.5.0-alpha-preview-01/
repository-25.5.0-alpha-preview-01.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.5.0-alpha-preview-02/
repository-25.5.0-alpha-preview-02.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/26.0.0-alpha4/
repository-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/26.0.0-alpha5/
repository-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/26.0.0-alpha6/
repository-26.0.0-alpha6.jar 

Completed in 278 milliseconds

1 2 3 4 5 6 7 8 9