summaryrefslogtreecommitdiff
path: root/src/com/android/permissioncontroller/PermissionControllerApplication.java
Commit message (Collapse)AuthorAgeFilesLines
* Speed up tests mocking PermissionControllerApplicationPhilip P. Moltmann2020-05-041-1/+1
| | | | | | | | | | | Mocking static methods of final classes is significantly faster than static method of non-final classes. For PermissionControllerApplication it does not matter, hence mark it as final. Bug: 155019930 Test: atest RuntimePermissionsUpgradeControllerTest Change-Id: If8099dc276695f77bb47e84dc2a14e53dd1fd97d Merged-In: If8099dc276695f77bb47e84dc2a14e53dd1fd97d
* Refactor repositories to liveData "get"Nate Myren2020-01-301-0/+11
| | | | | | | | Instead of having separate repositories, use "LiveData.get" method to retrieve a cached liveData Test: Manual Change-Id: I1fd9c5b9a089286b1dc04aaf11913d97607e8bef
* Rename PackageInstallerApplicationNate Myren2019-12-041-0/+63
Renamed PackageInstallerApplication to PermissionControllerApplication Test: manual Change-Id: Ieb646b146236d76a95814ea19e7d68dd36abd502