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

1 2

  /frameworks/base/core/java/android/content/pm/
PackageInfoLite.java 64 public int installLocation;
88 dest.writeInt(installLocation);
117 installLocation = source.readInt();
PackageInfo.java 232 * the {@link android.R.attr#installLocation} attribute.
239 * {@link android.R.attr#installLocation} attribute.
245 * {@link android.R.attr#installLocation} attribute.
251 * {@link android.R.attr#installLocation} attribute.
257 * {@link android.R.attr#installLocation} attribute, one of
261 public int installLocation = INSTALL_LOCATION_INTERNAL_ONLY;
338 dest.writeInt(installLocation);
390 installLocation = source.readInt();
PackageInstaller.java     [all...]
ApplicationInfo.java     [all...]
PackageParser.java 395 public final int installLocation;
437 this.installLocation = baseApk.installLocation;
478 public final int installLocation;
491 int installLocation, List<VerifierInfo> verifiers, Signature[] signatures,
503 this.installLocation = installLocation;
670 pi.installLocation = p.installLocation;
    [all...]
  /build/soong/cc/
installer.go 30 type installLocation int
33 InstallInSystem installLocation = 0
38 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller {
53 location installLocation
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 411 int installLocation, long sizeBytes, TestableInterface testInterface)
415 params.installLocation = installLocation;
421 * Given a requested {@link PackageInfo#installLocation} and calculated
432 return resolveInstallVolume(context, params.appPackageName, params.installLocation,
485 && params.installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) {
543 int installLocation, long sizeBytes, int installFlags) {
546 params.installLocation = installLocation;
557 * Given a requested {@link PackageInfo#installLocation} and calculate
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
InstallSessionParamsUnitTest.java 61 public Optional<Integer> installLocation;
125 /*installLocation*/
208 Log.i(LOG_TAG, "mode=" + mode + " installLocation=" + installLocation + " size=" + size
215 installLocation.ifPresent(params::setInstallLocation);
243 installLocation.ifPresent(i -> assertThat(info.getInstallLocation()).isEqualTo(i));
  /frameworks/base/core/tests/coretests/src/android/app/
ApplicationPackageManagerTest.java 193 appInfo.installLocation = location;
219 appInfo.installLocation = location;
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 187 pkg.packageName, pkg.installLocation, sizeBytes, flags);
197 ret.installLocation = pkg.installLocation;
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageParserTest.java 196 assertEquals(a.installLocation, b.installLocation);
395 assertEquals(a.installLocation, that.installLocation);
429 pkg.installLocation = 100;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallInstalling.java 124 params.setInstallLocation(pkg.installLocation);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java 137 private static final String ATTR_INSTALL_LOCATION = "installLocation";
413 info.installLocation = params.installLocation;
    [all...]
PackageManagerShellCommand.java     [all...]
  /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 
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /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 
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java     [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 580 sessionParams.installLocation = Integer.parseInt(nextOptionData());
    [all...]

Completed in 810 milliseconds

1 2