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

  /frameworks/base/core/java/android/content/pm/
PackageInfoLite.java 42 public int installLocation;
60 dest.writeInt(installLocation);
77 installLocation = source.readInt();
ApplicationInfo.java 385 public int installLocation = PackageInfo.INSTALL_LOCATION_UNSPECIFIED;
467 installLocation = orig.installLocation;
500 dest.writeInt(installLocation);
533 installLocation = source.readInt();
PackageInfo.java 165 * the {@link android.R.attr#installLocation} attribute.
171 * the {@link android.R.attr#installLocation} attribute.
177 * the {@link android.R.attr#installLocation} attribute.
183 * the {@link android.R.attr#installLocation} attribute.
189 * {@link android.R.attr#installLocation} attribute, one of
195 public int installLocation = INSTALL_LOCATION_INTERNAL_ONLY;
235 dest.writeInt(installLocation);
272 installLocation = source.readInt();
PackageParser.java 149 public int installLocation;
151 public PackageLite(String packageName, int installLocation) {
153 this.installLocation = installLocation;
199 pi.installLocation = p.installLocation;
720 int installLocation = PARSE_DEFAULT_INSTALL_LOCATION;
723 if (attr.equals("installLocation")) {
724 installLocation = attrs.getAttributeIntValue(i,
729 return new PackageLite(pkgName.intern(), installLocation);
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 149 ret.installLocation = pkg.installLocation;
150 ret.recommendedInstallLocation = recommendAppInstallLocation(pkg.installLocation, archiveFilePath, flags);
386 private int recommendAppInstallLocation(int installLocation,
409 if (installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) {
412 } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) {
416 } else if (installLocation == PackageInfo.INSTALL_LOCATION_AUTO) {
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 704 assertInstall(ip.pkg, flags, ip.pkg.installLocation);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 88 if (info.installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL ||
89 info.installLocation == PackageInfo.INSTALL_LOCATION_AUTO) {
91 } else if (info.installLocation
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 784 milliseconds