Home
last modified time | relevance | path

Searched refs:installLocation (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackageInfoLite.java64 public int installLocation; field in PackageInfoLite
88 dest.writeInt(installLocation); in writeToParcel()
117 installLocation = source.readInt(); in PackageInfoLite()
DPackageInfo.java251 public int installLocation = INSTALL_LOCATION_INTERNAL_ONLY; field in PackageInfo
319 dest.writeInt(installLocation); in writeToParcel()
368 installLocation = source.readInt(); in PackageInfo()
DPackageInstaller.java873 public int installLocation = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY; field in PackageInstaller.SessionParams
906 installLocation = source.readInt(); in SessionParams()
921 public void setInstallLocation(int installLocation) { in setInstallLocation() argument
922 this.installLocation = installLocation; in setInstallLocation()
1003 pw.printPair("installLocation", installLocation); in dump()
1023 dest.writeInt(installLocation); in writeToParcel()
DApplicationInfo.java588 public int installLocation = PackageInfo.INSTALL_LOCATION_UNSPECIFIED; field in ApplicationInfo
707 installLocation = orig.installLocation; in ApplicationInfo()
757 dest.writeInt(installLocation); in writeToParcel()
806 installLocation = source.readInt(); in ApplicationInfo()
DPackageParser.java246 public final int installLocation; field in PackageParser.PackageLite
276 this.installLocation = baseApk.installLocation; in PackageLite()
307 public final int installLocation; field in PackageParser.ApkLite
314 int revisionCode, int installLocation, List<VerifierInfo> verifiers, in ApkLite() argument
321 this.installLocation = installLocation; in ApkLite()
427 pi.installLocation = p.installLocation; in generatePackageInfo()
1266 int installLocation = PARSE_DEFAULT_INSTALL_LOCATION; in parseApkLite() local
1275 installLocation = attrs.getAttributeIntValue(i, in parseApkLite()
1316 revisionCode, installLocation, verifiers, signatures, coreApp, multiArch); in parseApkLite()
1396 pkg.installLocation = sa.getInteger( in parseBaseApk()
[all …]
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java341 int installLocation, long sizeBytes, int installFlags) { in resolveInstallLocation() argument
357 } else if (installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) { in resolveInstallLocation()
360 } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in resolveInstallLocation()
363 } else if (installLocation == PackageInfo.INSTALL_LOCATION_AUTO) { in resolveInstallLocation()
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd38 android:installLocation}</a> manifest attribute. If you do
45 android:installLocation}</a> attribute in the <code><a
51 android:installLocation="preferExternal"
96 <li>Include the {@code android:installLocation} attribute with a value of "{@code auto}" or
104 necessary because older Android libraries don't understand the {@code android:installLocation}
109 android:installLocation} attribute is ignored and the application is installed on the internal
176 android:installLocation}</a> with a value of "{@code internalOnly}". Though this does not
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DDefaultContainerService.java187 ret.installLocation = pkg.installLocation;
190 pkg.packageName, pkg.installLocation, sizeBytes, flags);
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java867 assertInstall(ip.pkg, flags, ip.pkg.installLocation); in sampleReplaceFromRawResource()
1457 assertInstall(ip.pkg, rFlags, ip.pkg.installLocation); in testReplaceFlagInternalSdcard()
1484 assertInstall(ip.pkg, iFlags, ip.pkg.installLocation); in testReplaceFlagSdcardInternal()
1512 assertInstall(rp.pkg, replaceFlags, rp.pkg.installLocation); in testManifestInstallLocationReplaceInternalSdcard()
1539 assertInstall(rp.pkg, replaceFlags, ip.pkg.installLocation); in testManifestInstallLocationReplaceSdcardInternal()
2717 assertInstall(ip.pkg, iFlags, ip.pkg.installLocation); in testInstallDeclaresPermissions()
2727 assertInstall(ip2.pkg, i2Flags, ip2.pkg.installLocation); in testInstallDeclaresPermissions()
2747 assertInstall(ip.pkg, iFlags, ip.pkg.installLocation); in testInstallDeclaresPermissions()
2777 assertInstall(ip2.pkg, i2Flags, ip2.pkg.installLocation); in testInstallDeclaresPermissions()
2786 assertInstall(ip.pkg, iFlags, ip.pkg.installLocation); in testInstallDeclaresPermissions()
[all …]
/frameworks/base/docs/html/about/versions/
Dandroid-2.2.jd93 android:installLocation</code></a>. The attribute supports three values:
96 <code>android:installLocation</code> and installs the application
108 <code>android:installLocation</code> attribute. However, it is possible to
209 …<li>New <code>android:installLocation</code> attribute of the <code>&lt;manifest&gt;</code> elemen…
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd14 … android:<a href="#install">installLocation</a>=["auto" | "internalOnly" | "preferExternal"] &gt;
126 <dt><a name="install"></a>{@code android:installLocation}</dt>
140 if you do not define {@code android:installLocation}.</td>
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java373 params.installLocation = readIntAttribute(in, ATTR_INSTALL_LOCATION); in readSessionLocked()
444 writeIntAttribute(out, ATTR_INSTALL_LOCATION, params.installLocation); in writeSessionLocked()
538 params.appPackageName, params.installLocation, params.sizeBytes, in createSessionInternal()
DPackageManagerService.java8914 int installLocation = pkgLite.installLocation; in installLocationPolicy() local
8943 if (installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) { in installLocationPolicy()
8946 … } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in installLocationPolicy()
/frameworks/base/tools/aapt/
DCommand.cpp1049 int32_t installLocation = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local
1057 if (installLocation >= 0) { in doDump()
1059 switch (installLocation) { in doDump()
1070 fprintf(stderr, "Invalid installLocation %d\n", installLocation); in doDump()
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd91 android:installLocation}</a> attribute in your manifest so your app may
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt387 NO DOC BLOCK: android.R.attr Field installLocation
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt965 NO DOC BLOCK: android.content.pm.PackageInfo Field installLocation
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1517 NO DOC BLOCK: android.content.pm.PackageInfo Field installLocation
/frameworks/base/api/
Dsystem-current.txt776 field public static final int installLocation = 16843447; // 0x10102b7
8828 field public int installLocation;
Dcurrent.txt706 field public static final int installLocation = 16843447; // 0x10102b7
8557 field public int installLocation;