summaryrefslogtreecommitdiff
path: root/core/java/android/app/AppCompatCallbacks.java
Commit message (Collapse)AuthorAgeFilesLines
* API changes as requested by API council.Mathew Inwood2021-04-141-4/+4
| | | | | | Bug: 183512729 Test: m Change-Id: Ie465c49ff02065e78a2e8e211a13350a0ff7f0a4
* Minor refactor of ChangeReporter and PlatformCompatAndrei Onea2020-01-311-5/+4
| | | | | | | | | Move all StatsLog generated constants into ChangeReporter, to make re-submitting http://ag/10194708 easier. Bug: 145952197 Test: atest PlatformCompatTest ChangeReporterTest Change-Id: Iccff9582099c58f070a6b6aeb1d2588b0fafa90a
* Refactor ChangeReporter and rate limit stats logging.atrost2019-09-261-8/+3
| | | | | | | | | | | Only log once per change-package-state(resets every app launch if used from within the app process). Next: reset every app launch for server usage as well. Test: using the test app. Bug: 138374585 Change-Id: I5587f7138cf2cd8d144e88cf294e65c14bb32bfb
* Implement stats logging for Compatibility API.atrost2019-09-161-4/+16
| | | | | | | | | | Add a new atom and log from both the app process API and the system server API Bug: 136794938 Bug: 138378110 Test: statsd_testdrive 228 Change-Id: I80f07d0beb30c779c4bce70bebf2bb4ab22f6bfe Merged-In: I80f07d0beb30c779c4bce70bebf2bb4ab22f6bfe
* Compatibility API implementation for app processes.Mathew Inwood2019-07-181-0/+64
Pass the set of disabled changes from the system server into the app in the bindApplication() call. Use this to instantiate an implementation of Compatibility.Callbacks() to implement the API. Test: Manual. Bug: 135010838 Merged-In: I2fcf25264c62acc801f9e62967072cd04e4641e7 Change-Id: I2fcf25264c62acc801f9e62967072cd04e4641e7