HomeSort by relevance Sort by last modified time
    Searched full:installlocation (Results 26 - 50 of 63) sorted by null

12 3

  /external/svox/PicoLangInstallerItaIta/
AndroidManifest.xml 6 android:installLocation="preferExternal">
  /external/svox/PicoLangInstallerSpaEsp/
AndroidManifest.xml 6 android:installLocation="preferExternal">
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
AndroidManifest.xml 18 android:installLocation="preferExternal"
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
AndroidManifest.xml 18 android:installLocation="preferExternal"
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
AndroidManifest.xml 18 android:installLocation="preferExternal"
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
AndroidManifest.xml 18 android:installLocation="preferExternal"
  /frameworks/base/core/tests/systemproperties/
AndroidManifest.xml 18 android:installLocation="internalOnly"
  /frameworks/base/docs/html/guide/appendix/
install-location.jd 37 android:installLocation}</a> manifest attribute. If you do
44 android:installLocation}</a> attribute in the <code><a
50 android:installLocation="preferExternal"
95 <li>Include the {@code android:installLocation} attribute with a value of "{@code auto}" or
103 necessary because older Android libraries don't understand the {@code android:installLocation}
108 android:installLocation} attribute is ignored and the application is installed on the internal
187 android:installLocation}</a> with a value of "{@code internalOnly}". Though this does not
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 158 ret.installLocation = pkg.installLocation;
161 ret.recommendedInstallLocation = recommendAppInstallLocation(pkg.installLocation,
394 private int recommendAppInstallLocation(int installLocation, String archiveFilePath, int flags,
419 if (installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) {
422 } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) {
426 } else if (installLocation == PackageInfo.INSTALL_LOCATION_AUTO) {
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.R.attr.html 94 <A NAME="android.R.attr.installLocation"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#installLocation" target="_top"><code>installLocation</code></A></nobr>
fields_index_additions.html 480 <nobr><A HREF="android.R.attr.html#android.R.attr.installLocation" class="hiddenlink" target="rightframe">installLocation</A>
    [all...]
fields_index_all.html     [all...]
alldiffs_index_additions.html     [all...]
  /packages/apps/MusicFX/
AndroidManifest.xml 19 android:installLocation="auto"
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 427 public int installLocation = PackageInfo.INSTALL_LOCATION_UNSPECIFIED;
519 installLocation = orig.installLocation;
557 dest.writeInt(installLocation);
595 installLocation = source.readInt();
PackageParser.java 163 public final int installLocation;
166 public PackageLite(String packageName, int installLocation, List<VerifierInfo> verifiers) {
168 this.installLocation = installLocation;
219 pi.installLocation = p.installLocation;
769 int installLocation = PARSE_DEFAULT_INSTALL_LOCATION;
772 if (attr.equals("installLocation")) {
773 installLocation = attrs.getAttributeIntValue(i,
797 return new PackageLite(pkgName.intern(), installLocation, verifiers)
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
manifest-element.jd 14 android:<a href="#install">installLocation</a>=["auto" | "internalOnly" | "preferExternal"] &gt;
122 <dt><a name="install"></a>{@code android:installLocation}</dt>
136 if you do not define {@code android:installLocation}.</td>
  /frameworks/base/docs/html/sdk/
android-2.2.jd 191 android:installLocation</code></a>. The attribute supports three values:
194 <code>android:installLocation</code> and installs the application
206 <code>android:installLocation</code> attribute. However, it is possible to
307 <li>New <code>android:installLocation</code> attribute of the <code>&lt;manifest&gt;</code> element. Specifies the default install location defined by an application.</li>
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 711 assertInstall(ip.pkg, flags, ip.pkg.installLocation);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 91 if (info.installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL ||
92 info.installLocation == PackageInfo.INSTALL_LOCATION_AUTO) {
94 } else if (info.installLocation
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
AndroidManifest.xml 18 android:installLocation="preferExternal">
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 74 public static enum InstallLocation {
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/
missingSinces.txt 387 NO DOC BLOCK: android.R.attr Field installLocation
    [all...]
  /frameworks/base/core/res/res/values/
attrs_manifest.xml     [all...]
  /frameworks/base/core/tests/coretests/
AndroidManifest.xml 18 android:installLocation="internalOnly"
    [all...]

Completed in 327 milliseconds

12 3