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

1 2 3

  /build/soong/python/
installer.go 25 type installLocation int
28 InstallInData installLocation = iota
  /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/android/content/pm/
PackageInfoLite.java 82 public int installLocation;
107 dest.writeInt(installLocation);
137 installLocation = source.readInt();
PackageInfo.java 297 * the {@link android.R.attr#installLocation} attribute.
304 * {@link android.R.attr#installLocation} attribute.
310 * {@link android.R.attr#installLocation} attribute.
316 * {@link android.R.attr#installLocation} attribute.
322 * {@link android.R.attr#installLocation} attribute, one of
326 public int installLocation = INSTALL_LOCATION_INTERNAL_ONLY;
453 dest.writeInt(installLocation);
515 installLocation = source.readInt();
ApplicationInfo.java     [all...]
PackageInstaller.java     [all...]
PackageParser.java 388 public final int installLocation;
431 this.installLocation = baseApk.installLocation;
473 public final int installLocation;
486 int revisionCode, int installLocation, List<VerifierInfo> verifiers,
499 this.installLocation = installLocation;
670 pi.installLocation = p.installLocation;
    [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/tools/aapt/
Command.cpp     [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.security_1.2.0.v20130424-1801.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 209 milliseconds

1 2 3