1. aa46194 Convert system forced reasons to flags. by Kweku Adams · 4 years, 5 months ago
  2. 4e9ac9d Merge "Turn off debug logging." into rvc-dev by Kweku Adams · 4 years, 5 months ago
  3. a52d533 Turn off debug logging. by Kweku Adams · 4 years, 5 months ago
  4. ede42f9 Add PowerWhitelistManager.isWhitelisted. by Kweku Adams · 4 years, 6 months ago
  5. 1275213 Create standby bucket changed atom. by Kweku Adams · 4 years, 6 months ago
  6. 1103ff2 Fix exempt vs unexempt scheduled sync standby bucket logic by Michael Wachenschwanz · 4 years, 6 months ago
  7. abe60fe Merge "Share Standby Bucket state between cross profile interacting apps" by Varun Shah · 4 years, 6 months ago
  8. 9a3501d Share Standby Bucket state between cross profile interacting apps by Michael Wachenschwanz · 4 years, 6 months ago
  9. b497dd4 Allow usagestats for multiple pkgs to be dumped. by Sudheer Shanka · 4 years, 6 months ago
  10. f35ed370 Make apps active when charging. by Kweku Adams · 4 years, 6 months ago
  11. 4833658 Merge "Making the auto restricted delay configurable." by Kweku Adams · 4 years, 6 months ago
  12. d1a0655 Merge "Move AppStandbyController synchronous event reporting logic" by TreeHugger Robot · 4 years, 6 months ago
  13. 109cd9c Making the auto restricted delay configurable. by Kweku Adams · 4 years, 6 months ago
  14. 081ce5d Move AppStandbyController synchronous event reporting logic by Michael Wachenschwanz · 4 years, 6 months ago
  15. 4297b5d Let apps timeout into the RESTRICTED bucket. by Kweku Adams · 4 years, 6 months ago
  16. c6a9b34 Creating new RESTRICTED bucket. by Kweku Adams · 4 years, 7 months ago
  17. c182d5e Clarify forced reason usage. by Kweku Adams · 4 years, 7 months ago
  18. c4ee998 Move setAppStandby logic inside AppStandbyController. by Kweku Adams · 4 years, 7 months ago
  19. 6f27c57 Make getPackagesWithPriviligesForAllActiveSubscriptions system API by Shuo Qian · 4 years, 8 months ago
  20. b909c4d5 Move UsageStatsManagerInternal to services.jar by Christopher Tate · 4 years, 10 months ago
  21. df33ae1 Removing periodic parole window. by Kweku Adams · 4 years, 10 months ago
  22. fe708d7 Merge "Fix AppStandbyController flag." by TreeHugger Robot · 4 years, 10 months ago
  23. 0140ff8 Fix AppStandbyController flag. by Kweku Adams · 4 years, 10 months ago
  24. fa98ee4 Fix trivial hidden API uses by Makoto Onuki · 4 years, 10 months ago
  25. a72e04f MoveAppStandbyController to the jobscheduler module by Makoto Onuki · 4 years, 10 months ago[Renamed (95%) from services/usage/java/com/android/server/usage/AppStandbyController.java]
  26. 28fe135 checkCarrierPrivilegesForPackage by subId rather than default by chen xu · 5 years ago
  27. 6ced0ee Elevate standby bucket on first foreground service start by Michael Wachenschwanz · 5 years ago
  28. 08a517e Merge "Persist Standby Buckets after System defaults set" by Michael Wachenschwanz · 5 years ago
  29. d1d8aa6 Persist Standby Buckets after System defaults set by Michael Wachenschwanz · 5 years ago
  30. c329520 Promote apps in the NEVER bucket on sync scheduled by Michael Wachenschwanz · 5 years ago
  31. 03d1240 UsageStats tracking of screen usage. by Hui Yu · 6 years ago
  32. 7e5bf5c Do not update AppStandbyController on foreground service events by Hui Yu · 6 years ago
  33. e361a23 Add UsageStats events for foreground service start/stop. by Hui Yu · 6 years ago
  34. 1e8947c Informing app idle listeners on enabled state changes. by Kweku Adams · 6 years ago
  35. 7609b75 Prevents uninstalled packages from being added to the DB. by Varun Shah · 6 years ago
  36. 8b7725b Show the diff instead of current time for last parole time. by Amith Yamasani · 6 years ago
  37. 5b79bfa Add missing app standby parameters to controller dump by Esteban Talavera · 6 years ago
  38. d5f25d2 Tweak exemption for sync requests made by FG apps by Makoto Onuki · 6 years ago
  39. a0058b4 Make "am set-standby-bucket" reset active/working left time by Makoto Onuki · 6 years ago
  40. b3972f9 Merge "Add Stable Charging Threshold for AppStandby" into pi-dev by Michael Wachenschwanz · 6 years ago
  41. 5ca5cb6 Add Stable Charging Threshold for AppStandby by Michael Wachenschwanz · 6 years ago
  42. 4620d9b Merge "Add ADAPTIVE_BATTERY_MANAGEMENT_ENABLED" into pi-dev by TreeHugger Robot · 6 years ago
  43. 4b976ad Add ADAPTIVE_BATTERY_MANAGEMENT_ENABLED by Lei Yu · 6 years ago
  44. 113a0fa No AppStandby tracking of non existent packages and add parole window by Michael Wachenschwanz · 6 years ago
  45. 75ad249 AppStandby exemption: sync requested by FG apps by Makoto Onuki · 6 years ago
  46. 50c069e Merge "Fallback to ML prediction after short ACTIVE states" into pi-dev by TreeHugger Robot · 6 years ago
  47. 3154dcf Fallback to ML prediction after short ACTIVE states by Amith Yamasani · 6 years ago
  48. 80c4be8 Add slice pinning to list of reasons for usage by Amith Yamasani · 6 years ago
  49. 7f53c7b Shorter bucket elevation for system_interaction and sync_adapter by Amith Yamasani · 6 years ago
  50. 1918ef7 UsageEvents for slices pinning by Jason Monk · 6 years ago
  51. 119be9a Improve reporting of bucketing reason by Amith Yamasani · 6 years ago
  52. 868bde2 Using ParceledListSlice for {get|set}AppStandbyBuckets by Suprabh Shukla · 6 years ago
  53. bbbad9c Cascading timeouts for App Standby by Amith Yamasani · 7 years ago
  54. f9420f4 Merge "Track notification clicked events in UsageStats" by TreeHugger Robot · 7 years ago
  55. 7ec8941 Track notification clicked events in UsageStats by Amith Yamasani · 7 years ago
  56. bbab23f Frameworks: Annotate trivial @GuardedBy in services/ misc by Andreas Gampe · 7 years ago
  57. 777b153 Fix an issue with apps EXEMPTED after OTA by Amith Yamasani · 7 years ago
  58. 55c8455 Merge "Let the job scheduler know when the user interacts with an app" by Chris Tate · 7 years ago
  59. c53c47f Load admin data in DPMS asynchronously during boot. by Sudheer Shanka · 7 years ago
  60. d117b29 Let the job scheduler know when the user interacts with an app by Christopher Tate · 7 years ago
  61. 101c353 Update DPMS to push active admins info to UsageStatsService. by Sudheer Shanka · 7 years ago
  62. a0ee7c3 Merge "Track last job run time" by Amith Yamasani · 7 years ago
  63. 53f06ea Track last job run time by Amith Yamasani · 7 years ago
  64. 761d3ff Duration format for tunable settings by Amith Yamasani · 7 years ago
  65. 172612c Global app standby flag by Amith Yamasani · 7 years ago
  66. 9388519 Don't allow certain bucket overrides by Amith Yamasani · 7 years ago
  67. e878931 Allow multiple standby buckets to be set in one IPC by Amith Yamasani · 7 years ago
  68. bd7b302 Timeout app predictions after 12 hours by Amith Yamasani · 7 years ago
  69. 5a8cc72 Fix CTS tests failing due to job throttling by Amith Yamasani · 7 years ago
  70. afbccb7 Expose App Standby APIs for apps and system by Amith Yamasani · 7 years ago
  71. a732f01 The job scheduler now backs off jobs based on standby bucketing by Christopher Tate · 7 years ago
  72. a0ef1ca Cleanup old idle variables by Amith Yamasani · 7 years ago
  73. 301e94a Shorter thresholds for app standby by Amith Yamasani · 7 years ago
  74. 803eab69 Add a new usage event type for seen notification by Amith Yamasani · 7 years ago
  75. 84cd7b7 Allow standby timeouts to occur after usage by Amith Yamasani · 7 years ago
  76. c81983a Start removing remaining pm code to package manager by Dianne Hackborn · 7 years ago
  77. 17fffee App Bucketing for Standby by Amith Yamasani · 7 years ago
  78. 7e528f3 Refactor App Standby code by Amith Yamasani · 7 years ago