History log of /frameworks/base/core/tests/coretests/src/android/app/ApplicationPackageManagerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bdbde55592792efe350acd6a46733f439f6a3f3d 19-Dec-2017 Aurimas Liutikas <aurimas@google.com> Annotate an assortment of coretest with @LargeTest

Non-annotated tests do not run, thus adding @LargeTest to an assortment
of tests that were missing annotations.

Found these classes with:
fn "*Test.java" | xargs grep -L "@LargeTest" | xargs grep -L "@MediumTest" | \
xargs grep -L "@SmallTest" | sort

Bug: 70846562
Test: make -j80 FrameworksCoreTests
Change-Id: Ifd466251b92728f9bbfa3cbd8fd21d34490f4eb1
/frameworks/base/core/tests/coretests/src/android/app/ApplicationPackageManagerTest.java
022b8eaa1def76dca0ac9b409065588f55c71597 16-Dec-2016 Yao Chen <yaochen@google.com> Disable moving 3rd party apps to internal if not allowed.

ag/1633903 added config_allow3rdPartyAppOnInternal flag to specify
whether 3rd party apps are allowed on internal storage. We need to
respect the flag when moving apps between storages.

Bug: 30980219

Test: Added ApplicationPackageManagertest

Change-Id: I0f8e76467b5071d70f40da28c2087e689c049c06
/frameworks/base/core/tests/coretests/src/android/app/ApplicationPackageManagerTest.java