summaryrefslogtreecommitdiff
path: root/core/java/android/app/QueuedWork.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-07-17Eliminate redundant churn in SharedPreferencesChristopher Tate
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2017-03-08Merge "Log histogram of fsync times of sharedPreferences"Philip P. Moltmann
2017-03-06Allow disk writes on main thread in SharedPrefsPhilip P. Moltmann
2017-03-06Log histogram of fsync times of sharedPreferencesPhilip P. Moltmann
2017-02-15Process queuedWork on main thread and add loggingPhilip P. Moltmann
2017-02-14Revert accidential merge 492a058d58e991445996cb8cc8dcb24494ac20c5Philip P. Moltmann
2017-02-13[DO NOT MERGE] Revert "[DO NOT MERGE] Delay SharedPreferences.apply() by 50 ms"Philip P. Moltmann
2017-01-31[DO NOT MERGE] Delay SharedPreferences.apply() by 50 msPhilip P. Moltmann
2010-10-27Add facility for broadcasts receives to do work asynchronously.Dianne Hackborn
2010-08-27SharedPreferences$Editor.startCommit()Brad Fitzpatrick