Searched refs:INSTALL_LOCATION_PREFER_EXTERNAL (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 379 if (expInstallLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in getInstallLoc() 1049 0, true, false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationSdcard() 1083 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceInternalSdcard() 1105 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal() 1110 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal() 1425 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestE() 1482 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestEExistingI() 1514 iloc = PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL; in getExpectedInstallLocation()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | ApplicationPackageManagerTest.java | 219 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL}; in testGetCandidateVolumes_3rdParty_auto()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInfo.java | 339 public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; field in PackageInfo
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 360 } else if (params.installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in resolveInstallLocation()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 17857 … } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in installLocationPolicy()
|
/frameworks/base/core/api/ |
D | current.txt | 12298 field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8545 field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
|