summaryrefslogtreecommitdiff
path: root/services/usage/java
AgeCommit message (Expand)Author
2017-07-10Fix issue #34471029: Don't allow audio use from background apps. Dianne Hackborn
2017-07-06Change storage migration to use quota APIs. Jeff Sharkey
2017-06-12Active camera apps can defy reserved cache space. Jeff Sharkey
2017-05-30Consistent "low storage" behavior. Jeff Sharkey
2017-05-24Merge "System installed launcher can see instant apps" into oc-dev TreeHugger Robot
2017-05-24System installed launcher can see instant apps Todd Kennedy
2017-05-19Fix NPE in usage stats manager (recent regression) Makoto Onuki
2017-05-16Restrict access to instant app data in usage stats Makoto Onuki
2017-05-09Use "real" free space; refresh on large changes. Jeff Sharkey
2017-05-07Merge "Defeat @Nullable String[] with empty list." into oc-dev Jeff Sharkey
2017-05-05Defeat @Nullable String[] with empty list. Jeff Sharkey
2017-05-05Offer to wait until broadcasts have drained. Jeff Sharkey
2017-04-27Respond to API council feedback. Jeff Sharkey
2017-04-18Fix code accounting bugs, track external app data. Jeff Sharkey
2017-04-17Storage API polishing. Jeff Sharkey
2017-04-06Fix crash when measuring storage. Daniel Nishi
2017-04-03Merge "We really want f_frsize and f_bavail." into oc-dev TreeHugger Robot
2017-04-02We really want f_frsize and f_bavail. Jeff Sharkey
2017-04-02Enforce PACKAGE_USAGE_STATS for usage data. Jeff Sharkey
2017-04-02Consistent dump() permission checking. Jeff Sharkey
2017-03-27Move retention length of users' chooser selections to SystemProperties, Kang Li
2017-03-22Refactor cache behavior from "atmoic" to "group". Jeff Sharkey
2017-03-15Merge "Enable cache clearing v2 logic, fix bugs." TreeHugger Robot
2017-03-14Enable cache clearing v2 logic, fix bugs. Jeff Sharkey
2017-03-14Allow querying for apps on adopted storage. Jeff Sharkey
2017-03-13Merge "Hook up the cache quota query." Daniel Nishi
2017-03-12Offer flag to force manual calculation. Jeff Sharkey
2017-03-12Merge "Fix two storage measurement bugs." TreeHugger Robot
2017-03-11Fix two storage measurement bugs. Jeff Sharkey
2017-03-10Update IUidObserver.onUidStateChanged to include procStateSeq. Sudheer Shanka
2017-03-10Hook up the cache quota query. Daniel Nishi
2017-03-03Merge "Persist the debug time correction flag." Daniel Nishi
2017-03-02Save/load calculated cache quotas to a file. Daniel Nishi
2017-03-01Persist the debug time correction flag. Daniel Nishi
2017-03-01Merge "Add a debug flag to disable time correction." Daniel Nishi
2017-02-24Reduce screen on delay during UsageStats rollover Amith Yamasani
2017-02-23Add a debug flag to disable time correction. Daniel Nishi
2017-02-23Merge "Add queryStatsForPackage() API." Jeff Sharkey
2017-02-22Add queryStatsForPackage() API. Jeff Sharkey
2017-02-22Add a flag to enable/disable the cache quota calc. Daniel Nishi
2017-02-21Merge "Clear cache space when allocating bytes." Jeff Sharkey
2017-02-21Clear cache space when allocating bytes. Jeff Sharkey
2017-02-17First pass at adding the cache quota suggestions. Daniel Nishi
2017-01-24Enable kernel UID state updates. Jeff Sharkey
2017-01-23More APIs for cache status and behavior. Jeff Sharkey
2017-01-19Disable kernel UID updates until update lands. Jeff Sharkey
2017-01-18Merge "Write bg/fg status updates to kernel for stats." Jeff Sharkey
2017-01-17Write bg/fg status updates to kernel for stats. Jeff Sharkey
2017-01-16Invalidate installd when mounts change. Jeff Sharkey
2017-01-13Adds annotations to Intent, and enables ChooserActivity to rank apps Kang Li