Home
last modified time | relevance | path

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

12

/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()
DPackageInstaller.java882 public int installLocation = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY; field in PackageInstaller.SessionParams
921 installLocation = source.readInt(); in SessionParams()
939 public void setInstallLocation(int installLocation) { in setInstallLocation() argument
940 this.installLocation = installLocation; in setInstallLocation()
1073 pw.printPair("installLocation", installLocation); in dump()
1096 dest.writeInt(installLocation); in writeToParcel()
DPackageInfo.java252 public int installLocation = INSTALL_LOCATION_INTERNAL_ONLY; field in PackageInfo
320 dest.writeInt(installLocation); in writeToParcel()
369 installLocation = source.readInt(); in PackageInfo()
DApplicationInfo.java765 public int installLocation = PackageInfo.INSTALL_LOCATION_UNSPECIFIED; field in ApplicationInfo
928 installLocation = orig.installLocation; in ApplicationInfo()
984 dest.writeInt(installLocation); in writeToParcel()
1040 installLocation = source.readInt(); in ApplicationInfo()
DPackageParser.java321 public final int installLocation; field in PackageParser.PackageLite
353 this.installLocation = baseApk.installLocation; in PackageLite()
386 public final int installLocation; field in PackageParser.ApkLite
396 int revisionCode, int installLocation, List<VerifierInfo> verifiers, in ApkLite() argument
404 this.installLocation = installLocation; in ApkLite()
502 pi.installLocation = p.installLocation; in generatePackageInfo()
1439 int installLocation = PARSE_DEFAULT_INSTALL_LOCATION; in parseApkLite() local
1450 installLocation = attrs.getAttributeIntValue(i, in parseApkLite()
1496 revisionCode, installLocation, verifiers, signatures, certificates, coreApp, in parseApkLite()
1693 pkg.installLocation = sa.getInteger( in parseBaseApkCommon()
[all …]
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java350 int installLocation, long sizeBytes) throws IOException { in resolveInstallVolume() argument
383 installLocation = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY; in resolveInstallVolume()
388 && installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) { in resolveInstallVolume()
444 int installLocation, long sizeBytes, int installFlags) { in resolveInstallLocation() argument
465 } else if (installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) { in resolveInstallLocation()
468 } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in resolveInstallLocation()
471 } 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.java853 assertInstall(ip.pkg, flags, ip.pkg.installLocation); in sampleReplaceFromRawResource()
1438 assertInstall(ip.pkg, rFlags, ip.pkg.installLocation); in testReplaceFlagInternalSdcard()
1465 assertInstall(ip.pkg, iFlags, ip.pkg.installLocation); in testReplaceFlagSdcardInternal()
1493 assertInstall(rp.pkg, replaceFlags, rp.pkg.installLocation); in testManifestInstallLocationReplaceInternalSdcard()
1520 assertInstall(rp.pkg, replaceFlags, ip.pkg.installLocation); in testManifestInstallLocationReplaceSdcardInternal()
2617 assertInstall(ip.pkg, iFlags, ip.pkg.installLocation); in testInstallDeclaresPermissions()
2627 assertInstall(ip2.pkg, i2Flags, ip2.pkg.installLocation); in testInstallDeclaresPermissions()
2647 assertInstall(ip.pkg, iFlags, ip.pkg.installLocation); in testInstallDeclaresPermissions()
2677 assertInstall(ip2.pkg, i2Flags, ip2.pkg.installLocation); in testInstallDeclaresPermissions()
2686 assertInstall(ip.pkg, iFlags, ip.pkg.installLocation); in testInstallDeclaresPermissions()
[all …]
/frameworks/base/docs/html/about/versions/
Dandroid-2.2.jd88 android:installLocation</code></a>. The attribute supports three values:
91 <code>android:installLocation</code> and installs the application
103 <code>android:installLocation</code> attribute. However, it is possible to
204 …<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;
127 <dt><a name="install"></a>{@code android:installLocation}</dt>
141 if you do not define {@code android:installLocation}.</td>
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java403 params.installLocation = readIntAttribute(in, ATTR_INSTALL_LOCATION); in readSessionLocked()
478 writeIntAttribute(out, ATTR_INSTALL_LOCATION, params.installLocation); in writeSessionLocked()
653 params.appPackageName, params.installLocation, params.sizeBytes); in createSessionInternal()
DPackageManagerShellCommand.java1084 sessionParams.installLocation = Integer.parseInt(getNextArg()); in makeInstallParams()
/frameworks/base/docs/html-intl/intl/ja/training/basics/data-storage/
Dfiles.jd89 android:installLocation}</a> 属性を指定できます。
/frameworks/base/docs/html-intl/intl/ko/training/basics/data-storage/
Dfiles.jd90 android:installLocation}</a> 특성을 지정하여 외부 저장소에
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/data-storage/
Dfiles.jd89 android:installLocation}</a> 屬性,以便可以將應用程式安裝在外部儲存空間。
/frameworks/base/docs/html-intl/intl/ru/training/basics/data-storage/
Dfiles.jd90 android:installLocation}</a>, чтобы приложение можно
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/data-storage/
Dfiles.jd89 android:installLocation}</a> 属性,这样您的应用便可安装在在外部存储中。
/frameworks/base/tools/aapt/
DCommand.cpp1237 int32_t installLocation = AaptXml::getResolvedIntegerAttribute(res, tree, in doDump() local
1245 if (installLocation >= 0) { in doDump()
1247 switch (installLocation) { in doDump()
1258 fprintf(stderr, "Invalid installLocation %d\n", installLocation); in doDump()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1819 && (app.installLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY in isPackageCandidateVolume()
1820 || app.installLocation == PackageInfo.INSTALL_LOCATION_UNSPECIFIED)) { in isPackageCandidateVolume()
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd97 android:installLocation}</a> attribute in your manifest so your app may
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java525 sessionParams.installLocation = Integer.parseInt(nextOptionData()); in makeInstallParams()
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/data-storage/
Dfiles.jd90 android:installLocation}</a> em seu manifesto para que o aplicativo
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0.jd275 …"{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code android:installLocation}</a>
/frameworks/base/docs/html/distribute/essentials/quality/
Dbillions.jd550 android:installLocation</code></a> flag in your AndroidManifest. For more

12