commit | 821ca41c6fbea0bb054438b7a0b4c3fa6a144174 | [log] [tgz] |
---|---|---|
author | mattgilbride <mattgilbride@google.com> | Thu Nov 03 13:26:56 2022 +0000 |
committer | Matt Gilbride <mattgilbride@google.com> | Thu Nov 03 14:09:10 2022 +0000 |
tree | 1f923de3e7bc79c6c0aaa1eb2efc6df9412edc42 | |
parent | 9d1359d07e61d43309f6b9da0fe9915893fa5de0 [diff] |
BatteryStatsService - 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: I6c4a42b50f70edac536972944030191434301ee2