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 | 359 if (expInstallLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in getInstallLoc() 1391 0, true, false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationSdcard() 1416 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationFwdLockedFlagSdcard() 1428 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationFwdLockedSdcard() 1504 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceInternalSdcard() 1526 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal() 1531 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal() 1981 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testFlagEManifestI() 1999 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testFlagEManifestE() 2017 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/java/com/android/internal/content/ |
D | PackageHelper.java | 449 } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in resolveInstallLocation()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 1516 NO DOC BLOCK: android.content.pm.PackageInfo Field INSTALL_LOCATION_PREFER_EXTERNAL
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 10527 … } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in installLocationPolicy()
|
/frameworks/base/api/ |
D | current.txt | 9069 field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
|
D | system-current.txt | 9351 field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
|