summaryrefslogtreecommitdiff
path: root/apct-tests/perftests/packagemanager/src/android/os/PackageManagerPerfTest.java
AgeCommit message (Collapse)Author
2020-03-02Modify PackageManagerPerfTest to work by itself agianPatrick Baumann
This change modifies PackageManagerPerfTest to work in isolation while we work through an alternative per b/150624323 Test: atest PackageManagerPerfTest Bug: 150624323 Change-Id: Iac1e040d4463e0e9609d1a7a6d88c9431bef2926
2020-02-24Disable caches for perf testsPatrick Baumann
Bug: 140788621 Test: atest PackageManagerPerfTest Change-Id: Idba8ea4c53ceacd9e07a06717c44d5411aef45d8
2020-02-07Adds app enumeration varations to perf testsPatrick Baumann
This change modifies the Package Manager tests to run on top of a device with a complicated set of packages that declare visibility of one another. New tests were added to test getInstalledPackages as well as a new test for each existing to test with the app enumeration feature turned on. This change also fixes the PlatformCompatGating test to run with the actual system and so adds the required permissions to the shell manifest. Bug: 141922841 Test: atest PackageManagerPerfTest PlatformCompatGatingTest Change-Id: I386a6f82b05b4ea0b2a8885d55b6ca67a3f2dcf8