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 | 360 if (expInstallLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in getInstallLoc() 1362 0, true, false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationSdcard() 1387 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationFwdLockedFlagSdcard() 1399 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationFwdLockedSdcard() 1475 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceInternalSdcard() 1497 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal() 1502 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal() 1948 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testFlagEManifestI() 1966 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testFlagEManifestE() 1984 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testFlagEManifestA() [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInfo.java | 244 public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; field in PackageInfo
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | ApplicationPackageManagerTest.java | 216 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL}; in testGetCandidateVolumes_3rdParty_auto()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 583 } else if (params.installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in resolveInstallLocation()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8545 field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
|
/frameworks/base/api/ |
D | current.txt | 10396 field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
|
D | system-current.txt | 11067 field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
|