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

1 2 3

  /frameworks/base/core/java/android/content/pm/
PackageInfoLite.java 64 public int installLocation;
88 dest.writeInt(installLocation);
117 installLocation = source.readInt();
PackageInfo.java 223 * the {@link android.R.attr#installLocation} attribute.
230 * {@link android.R.attr#installLocation} attribute.
236 * {@link android.R.attr#installLocation} attribute.
242 * {@link android.R.attr#installLocation} attribute.
248 * {@link android.R.attr#installLocation} attribute, one of
252 public int installLocation = INSTALL_LOCATION_INTERNAL_ONLY;
320 dest.writeInt(installLocation);
369 installLocation = source.readInt();
PackageInstaller.java     [all...]
ApplicationInfo.java 765 public int installLocation = PackageInfo.INSTALL_LOCATION_UNSPECIFIED;
    [all...]
PackageParser.java 316 public final int installLocation;
348 this.installLocation = baseApk.installLocation;
381 public final int installLocation;
391 int revisionCode, int installLocation, List<VerifierInfo> verifiers,
399 this.installLocation = installLocation;
497 pi.installLocation = p.installLocation;
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 341 * Given a requested {@link PackageInfo#installLocation} and calculated
350 int installLocation, long sizeBytes) throws IOException {
383 installLocation = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY;
388 && installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) {
440 * Given a requested {@link PackageInfo#installLocation} and calculated
444 int installLocation, long sizeBytes, int installFlags) {
465 } else if (installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) {
468 } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) {
471 } 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 187 ret.installLocation = pkg.installLocation;
190 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...]
  /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/services/core/java/com/android/server/pm/
PackageInstallerService.java 136 private static final String ATTR_INSTALL_LOCATION = "installLocation";
398 params.installLocation = readIntAttribute(in, ATTR_INSTALL_LOCATION);
473 writeIntAttribute(out, ATTR_INSTALL_LOCATION, params.installLocation);
648 params.appPackageName, params.installLocation, params.sizeBytes);
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 

Completed in 507 milliseconds

1 2 3