summaryrefslogtreecommitdiff
path: root/core/java/android/app/usage/StorageStatsManager.java
Commit message (Expand)AuthorAgeFilesLines
* Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2019-12-301-2/+2
* Add query functionalities to query all of cratesFelka Chang2019-12-181-0/+101
* API that reports first SDK level of the device.Jeff Sharkey2017-12-121-0/+10
* Fix broken javadocs.Jeff Sharkey2017-08-061-2/+1
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-0/+2
* Consistent "low storage" behavior.Jeff Sharkey2017-05-301-0/+18
* Respond to API council feedback.Jeff Sharkey2017-04-271-37/+69
* Fix code accounting bugs, track external app data.Jeff Sharkey2017-04-181-1/+2
* Storage API polishing.Jeff Sharkey2017-04-171-37/+116
* Refactor cache behavior from "atmoic" to "group".Jeff Sharkey2017-03-221-0/+2
* Enable cache clearing v2 logic, fix bugs.Jeff Sharkey2017-03-141-3/+3
* Hook up the cache quota query.Daniel Nishi2017-03-101-0/+9
* Add queryStatsForPackage() API.Jeff Sharkey2017-02-221-0/+32
* Clear cache space when allocating bytes.Jeff Sharkey2017-02-211-0/+9
* Unhide ApplicationInfo.volumeUuid.Jeff Sharkey2017-01-261-0/+3
* Wire up storage stats API to installd.Jeff Sharkey2017-01-091-6/+78
* Initial API shape for storage statistics.Jeff Sharkey2017-01-051-0/+82