commit | d84a0bd79d9f03fd64389b1d8238b5ed301cc847 | [log] [tgz] |
---|---|---|
author | mattgilbride <[email protected]> | Sat Nov 05 19:50:38 2022 +0000 |
committer | Matt Gilbride <[email protected]> | Thu Nov 10 17:09:56 2022 +0000 |
tree | faf1a1bcf41a8998007fc203b4f3d756d9981149 | |
parent | 25e1ad5ef3b131fc31a25c279d493e376f15ed1d [diff] |
UsageStatsService - call PermissionEnforcer helper on methods annotated with @EnforcePermission Migrates all existing java methods annotated with @EnforcePermission such that they call the super.<methodName>_enforcePermission method provided by PermissionEnforcer. This required by the @EnforcePermission annotation, but is currently a no-op, and will be switched on with ag/20325484. Bug: 234083358 Test: TH Change-Id: I44f229a9f9b3483e638d2fe7ce49d7093f1fa5db