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

1 2

  /frameworks/base/core/java/android/content/pm/
PackageInfoLite.java 42 public int installLocation;
62 dest.writeInt(installLocation);
86 installLocation = source.readInt();
PackageInfo.java 189 * the {@link android.R.attr#installLocation} attribute.
195 * the {@link android.R.attr#installLocation} attribute.
201 * the {@link android.R.attr#installLocation} attribute.
207 * the {@link android.R.attr#installLocation} attribute.
213 * {@link android.R.attr#installLocation} attribute, one of
219 public int installLocation = INSTALL_LOCATION_INTERNAL_ONLY;
260 dest.writeInt(installLocation);
298 installLocation = source.readInt();
ApplicationInfo.java 439 public int installLocation = PackageInfo.INSTALL_LOCATION_UNSPECIFIED;
540 installLocation = orig.installLocation;
578 dest.writeInt(installLocation);
616 installLocation = source.readInt();
PackageParser.java 206 public final int installLocation;
209 public PackageLite(String packageName, int installLocation, List<VerifierInfo> verifiers) {
211 this.installLocation = installLocation;
280 pi.installLocation = p.installLocation;
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 184 ret.installLocation = pkg.installLocation;
187 ret.recommendedInstallLocation = recommendAppInstallLocation(pkg.installLocation,
634 private int recommendAppInstallLocation(int installLocation, String archiveFilePath, int flags,
654 if (installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) {
657 } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) {
661 } 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 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.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 735 assertInstall(ip.pkg, flags, ip.pkg.installLocation);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 105 if (info.installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL ||
106 info.installLocation == PackageInfo.INSTALL_LOCATION_AUTO) {
108 } else if (info.installLocation
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 318 milliseconds

1 2