Searched refs:INSTALL_LOCATION_PREFER_EXTERNAL (Results 1 – 8 of 8) 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() 1398 0, true, false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationSdcard() 1423 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationFwdLockedFlagSdcard() 1435 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationFwdLockedSdcard() 1511 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceInternalSdcard() 1533 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal() 1538 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal() 2066 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testFlagEManifestI() 2084 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testFlagEManifestE() 2102 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testFlagEManifestA() [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInfo.java | 243 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 (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in resolveInstallLocation()
|
/frameworks/base/docs/html/sdk/api_diff/preview-21/ |
D | missingSinces.txt | 964 NO DOC BLOCK: android.content.pm.PackageInfo Field INSTALL_LOCATION_PREFER_EXTERNAL
|
/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 | 8946 … } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in installLocationPolicy()
|
/frameworks/base/api/ |
D | system-current.txt | 8818 field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
|
D | current.txt | 8547 field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
|