summaryrefslogtreecommitdiff
path: root/core/java/android/app/QueuedWork.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Eliminate redundant churn in SharedPreferencesChristopher Tate2020-07-171-3/+3
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+6
* Merge "Log histogram of fsync times of sharedPreferences"Philip P. Moltmann2017-03-081-8/+20
|\
| * Log histogram of fsync times of sharedPreferencesPhilip P. Moltmann2017-03-061-8/+20
* | Allow disk writes on main thread in SharedPrefsPhilip P. Moltmann2017-03-061-1/+7
|/
* Process queuedWork on main thread and add loggingPhilip P. Moltmann2017-02-151-16/+68
* Revert accidential merge 492a058d58e991445996cb8cc8dcb24494ac20c5Philip P. Moltmann2017-02-141-49/+160
* [DO NOT MERGE] Revert "[DO NOT MERGE] Delay SharedPreferences.apply() by 50 ms"Philip P. Moltmann2017-02-131-160/+49
* [DO NOT MERGE] Delay SharedPreferences.apply() by 50 msPhilip P. Moltmann2017-01-311-49/+160
* Add facility for broadcasts receives to do work asynchronously.Dianne Hackborn2010-10-271-0/+10
* SharedPreferences$Editor.startCommit()Brad Fitzpatrick2010-08-271-0/+91