Home
last modified time | relevance | path

Searched refs:INSTALL_LOCATION_PREFER_EXTERNAL (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java352 if (expInstallLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in getInstallLoc()
1385 0, true, false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationSdcard()
1410 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationFwdLockedFlagSdcard()
1422 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationFwdLockedSdcard()
1498 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceInternalSdcard()
1520 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal()
1525 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal()
2053 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testFlagEManifestI()
2071 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testFlagEManifestE()
2089 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testFlagEManifestA()
[all …]
/frameworks/base/core/java/android/content/pm/
DPackageInfo.java210 public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; field in PackageInfo
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DDefaultContainerService.java689 } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in recommendAppInstallLocation()
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java7331 … } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in installLocationPolicy()