Searched refs:expInstallLocation (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 366 private int getInstallLoc(int flags, int expInstallLocation, long pkgLen) { in getInstallLoc() argument 372 if (expInstallLocation == PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL) { in getInstallLoc() 381 if (expInstallLocation == PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY) { in getInstallLoc() 387 if (expInstallLocation == PackageInfo.INSTALL_LOCATION_AUTO) { in getInstallLoc() 420 private void assertInstall(PackageParser.Package pkg, int flags, int expInstallLocation) { in assertInstall() argument 437 int rLoc = getInstallLoc(flags, expInstallLocation, pkgLen); in assertInstall() 700 int result, int expInstallLocation) throws Exception { in installFromRawResource() argument 724 assertInstall(pkg, flags, expInstallLocation); in installFromRawResource() 739 boolean cleanUp, boolean fail, int result, int expInstallLocation) throws Exception { in installFromRawResource() argument 741 installFromRawResource(ip, flags, cleanUp, fail, result, expInstallLocation); in installFromRawResource()
|