summaryrefslogtreecommitdiff
path: root/core/java/android/os/IncidentManager.java
Commit message (Expand)AuthorAgeFilesLines
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-4/+0
* Remove registerSection API with optional ExecutorMike Ma2020-03-301-18/+2
* Public API: Incident report section registrationMike Ma2020-01-211-17/+39
* Incident Report Extension APIMike Ma2020-01-141-0/+89
* Add missing nullability annotations.Aurimas Liutikas2019-08-291-1/+1
* Add new IncidentManager.requestAuthorization method that takes an executor.Joe Onorato2019-05-161-3/+53
* Fix another copy and paste of the copy and paste error.Joe Onorato2019-05-101-1/+1
* Fix crash in Permission Controller approving bug reports (incident reports we...Joe Onorato2019-04-301-7/+7
* incidentd can now handle multiple callers asking it for incident reportsJoe Onorato2019-03-261-11/+91
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Skeleton API for IncidentManager to retrieve incident reports.Joe Onorato2019-01-291-1/+185
* Add IncidentCompanionServiceJoe Onorato2019-01-291-16/+301
* Removing the settings-based IncidentReportArgs method.Kweku Adams2018-03-161-42/+0
* Modify SystemApi so it can be used by CTS to trigger incident reportYi Jin2018-01-291-7/+35
* Fix parsing enum types in incident report tool as well as addingYi Jin2017-08-111-22/+11
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-0/+11
* First checkin of incident reporting.Joe Onorato2016-12-151-0/+114