| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Instead of having separate repositories, use "LiveData.get" method to
retrieve a cached liveData
Test: Manual
Change-Id: I1fd9c5b9a089286b1dc04aaf11913d97607e8bef
|
|
|
Renamed PackageInstallerApplication to PermissionControllerApplication
Test: manual
Change-Id: Ieb646b146236d76a95814ea19e7d68dd36abd502
|