HomeSort by relevance Sort by last modified time
    Searched refs:installLocation (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/base/core/java/android/content/pm/
PackageInfoLite.java 54 public int installLocation;
75 dest.writeInt(installLocation);
101 installLocation = source.readInt();
PackageInfo.java 206 * the {@link android.R.attr#installLocation} attribute.
213 * {@link android.R.attr#installLocation} attribute.
219 * {@link android.R.attr#installLocation} attribute.
225 * {@link android.R.attr#installLocation} attribute.
231 * {@link android.R.attr#installLocation} attribute, one of
235 public int installLocation = INSTALL_LOCATION_INTERNAL_ONLY;
298 dest.writeInt(installLocation);
343 installLocation = source.readInt();
ApplicationInfo.java 588 public int installLocation = PackageInfo.INSTALL_LOCATION_UNSPECIFIED;
707 installLocation = orig.installLocation;
757 dest.writeInt(installLocation);
806 installLocation = source.readInt();
    [all...]
PackageInstaller.java     [all...]
PackageParser.java 247 public final int installLocation;
272 this.installLocation = baseApk.installLocation;
300 public final int installLocation;
307 int installLocation, List<VerifierInfo> verifiers, Signature[] signatures,
313 this.installLocation = installLocation;
417 pi.installLocation = p.installLocation;
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 337 * Given a requested {@link PackageInfo#installLocation} and calculated
341 int installLocation, long sizeBytes, int installFlags) {
357 } else if (installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) {
360 } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) {
363 } else if (installLocation == PackageInfo.INSTALL_LOCATION_AUTO) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.core.variables_3.2.400.v20100505.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 184 ret.installLocation = pkg.installLocation;
187 pkg.packageName, pkg.installLocation, sizeBytes, flags);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-director-plugin/0.20.0/
tycho-p2-director-plugin-0.20.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerService.java 126 private static final String ATTR_INSTALL_LOCATION = "installLocation";
373 params.installLocation = readIntAttribute(in, ATTR_INSTALL_LOCATION);
444 writeIntAttribute(out, ATTR_INSTALL_LOCATION, params.installLocation);
538 params.appPackageName, params.installLocation, params.sizeBytes,
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 109 if (info.installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL ||
110 info.installLocation == PackageInfo.INSTALL_LOCATION_AUTO) {
112 } else if (info.installLocation
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /frameworks/base/tools/aapt/
Command.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 

Completed in 338 milliseconds

1 2 3