Searched refs:INSTALL_LOCATION_PREFER_EXTERNAL (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/content/ |
D | InstallLocationUtils.java | 359 } else if (params.installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in resolveInstallLocation() 495 } else if (installLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in installLocationPolicy()
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
D | PackageManagerTests.java | 391 if (expInstallLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in getInstallLoc() 1063 0, true, false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationSdcard() 1097 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceInternalSdcard() 1119 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal() 1124 false, -1, PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestInstallLocationReplaceSdcardInternal() 1439 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestE() 1496 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL); in testManifestEExistingI() 1528 iloc = PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL; in getExpectedInstallLocation()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInfo.java | 380 public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; field in PackageInfo
|
D | PackageInstaller.java | 31 import static android.content.pm.PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL; 2550 INSTALL_LOCATION_PREFER_EXTERNAL
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | ApplicationPackageManagerTest.java | 259 PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL}; in testGetCandidateVolumes_3rdParty_auto()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8545 field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
|
/frameworks/base/core/api/ |
D | current.txt | 12603 field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
|