summaryrefslogtreecommitdiff
path: root/core/java/android/app/prediction/AppPredictor.java
Commit message (Expand)AuthorAgeFilesLines
* Make AppPredictor thread-safeAndrey Epin2022-11-161-10/+34
* Change close guard logged messagesIoannis Ilkos2021-12-211-1/+1
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-1/+0
* fix app prediction service doesn't clean-up properly.Pinyao Ting2020-07-271-1/+3
* Clear registered prediction callbacks on destroySamuel Fufa2020-02-241-0/+1
* Enable App Prediction for Work ProfilePinyao Ting2020-02-101-1/+1
* Check before closing the CloseGuard if not closed yetMehdi Alizadeh2019-04-161-1/+3
* Updating onLocation related APIs to onLaunchLocation as per API reviewSunny Goyal2019-03-211-2/+2
* Adds class and method documentation in all app prediction classesMehdi Alizadeh2019-03-131-8/+31
* Adds nullability annotation and java docs to App Prediction APIsMehdi Alizadeh2019-03-131-3/+8
* Ensure some calls are available for testingWinson Chung2019-01-291-0/+38
* Adding initial implementation of Prediction client/service APISunny Goyal2019-01-101-0/+257