1. 1d69aa1 Merge tag 'android-security-11.0.0_r54' into int/11/fp3 by Karsten Tausche · 2 years ago
  2. ba7e421 Update deletion conditions for a package's UsageStats. by Varun Shah · 2 years, 6 months ago
  3. 138ee97 Handle Activity Resume to Stop case for AppUsage logging by Michael Wachenschwanz · 3 years, 9 months ago
  4. 793da64 Move AppStandbyController calls out of UsageStats lock by Michael Wachenschwanz · 4 years ago
  5. 709758d Small Fix to App Usage logging by Michael Wachenschwanz · 4 years ago
  6. 0a1a911 Merge "Add app usage logging for statsd" into rvc-dev by Jonathan Nguyen · 4 years ago
  7. 3931dd2 Merge "Delay updating of usage stats package mappings." into rvc-dev by TreeHugger Robot · 4 years ago
  8. a7f9c76 Delay updating of usage stats package mappings. by Varun Shah · 4 years ago
  9. 0a78a5a Merge "Fix DPM check logic for AppUsageLimitObserver (un)registering" into rvc-dev by TreeHugger Robot · 4 years ago
  10. cfe8c66 Fix DPM check logic for AppUsageLimitObserver (un)registering by Michael Wachenschwanz · 4 years ago
  11. b1d32ee Merge "Persist Locus Id Event to UsageStatsProto." into rvc-dev by Varun Shah · 4 years ago
  12. 28f7ecf Add app usage logging for statsd by Jonathan Nguyen · 4 years ago
  13. 7ce78c2 Persist Locus Id Event to UsageStatsProto. by Varun Shah · 4 years ago
  14. 75aeabdd Merge "Persist UsageStats before backup." into rvc-dev by Varun Shah · 4 years ago
  15. fb7b320 Persist UsageStats before backup. by Varun Shah · 4 years ago
  16. 559130d Merge "Add custom Error Prone check for SDK comparisons." into rvc-dev by Jeff Sharkey · 4 years ago
  17. 4d1d7b5 Add custom Error Prone check for SDK comparisons. by Jeff Sharkey · 4 years ago
  18. b44e22c Update how UsageStats timestamps are written to disk. by Varun Shah · 4 years ago
  19. dcc388a Merge "Add permission check to UsageStatsManager#isAppInactive" into rvc-dev by Michael Wachenschwanz · 4 years, 1 month ago
  20. d2b132f Add permission check to UsageStatsManager#isAppInactive by Michael Wachenschwanz · 4 years, 1 month ago
  21. 35afbf3 Merge "Update UsageStatsSerivce#KEEP_LEGACY_DIR." into rvc-dev by TreeHugger Robot · 4 years, 2 months ago
  22. 11b34ce Update UsageStatsDatabase#KEEP_BACKUP_DIR. by Varun Shah · 4 years, 5 months ago
  23. 7dbf65f0 Update UsageStatsSerivce#KEEP_LEGACY_DIR. by Varun Shah · 4 years, 5 months ago
  24. 77f2a2c Merge "Update BlobStoreMS to augment storage stats with blobs data." by Sudheer Shanka · 4 years, 3 months ago
  25. 5025c2a Merge "Disable storage crates functionalities" by TreeHugger Robot · 4 years, 3 months ago
  26. e9232d6 Update BlobStoreMS to augment storage stats with blobs data. by Sudheer Shanka · 4 years, 4 months ago
  27. b497dd4 Allow usagestats for multiple pkgs to be dumped. by Sudheer Shanka · 4 years, 3 months ago
  28. 0cbb6b6 Obfuscate visibility of notification-related events. by Varun Shah · 4 years, 3 months ago
  29. 4d5b0be Merge "Restrict visibility of LOCUS_ID_SET events." by Yuliya Kamatkova · 4 years, 3 months ago
  30. fea62a5 Restrict visibility of LOCUS_ID_SET events. by Yuliya Kamatkova · 4 years, 3 months ago
  31. 1980c9a Disable storage crates functionalities by Felka Chang · 4 years, 3 months ago
  32. 96000b2 Fix UsageStats dump NPEs. by Varun Shah · 4 years, 3 months ago
  33. 001eb8f Update the method signature for queryEventsForUser() by Danning Chen · 4 years, 4 months ago
  34. 01f6f26 Restrict visibility of SHORTCUT_INVOCATION events. by Varun Shah · 4 years, 4 months ago
  35. 56f7c7f Merge "Add Activity#setLocusContext API. Plumb LocusID to the System Server. Add locus update event to the Usage Stats. Test: Build and run on a test device with a test app. Bug: 147594233, 147100454" by Yuliya Kamatkova · 4 years, 4 months ago
  36. 48c3807 Add Activity#setLocusContext API. Plumb LocusID to the System Server. by Yuliya Kamatkova · 4 years, 4 months ago
  37. 31961ce Update references of "DONT_DELETE_DATA" to "DELETE_KEEP_DATA". by Sudheer Shanka · 4 years, 4 months ago
  38. e479c95 Merge "Add internal APIs for system services to augment storage stats." by Sudheer Shanka · 4 years, 4 months ago
  39. 18d3798 Add internal APIs for system services to augment storage stats. by Sudheer Shanka · 4 years, 4 months ago
  40. 6a5982f Add a new method queryEventsForUser() to UsageStatsManagerInternal for People Service to call by Danning Chen · 4 years, 4 months ago
  41. 5049573 Merge "Move setAppStandby logic inside AppStandbyController." by TreeHugger Robot · 4 years, 4 months ago
  42. c4ee998 Move setAppStandby logic inside AppStandbyController. by Kweku Adams · 4 years, 4 months ago
  43. 7def30c Add OWNERS for UsageStats. by Varun Shah · 4 years, 4 months ago
  44. 71e3efe Add query functionalities to query all of crates by Felka Chang · 4 years, 6 months ago
  45. c10004f Merge "Ensure UsageStats data is read correctly." by TreeHugger Robot · 4 years, 5 months ago
  46. a281d69 Merge "Better error handling in UsageStats." by TreeHugger Robot · 4 years, 5 months ago
  47. 6b993a7 Ensure UsageStats data is read correctly. by Varun Shah · 4 years, 5 months ago
  48. 55ae881 Better error handling in UsageStats. by Varun Shah · 4 years, 5 months ago
  49. cb78285 Rename writeToProto to be dumpDebug by Jeffrey Huang · 4 years, 5 months ago
  50. 1403ee3 Merge "Prune UsageStats data belonging to uninstalled packages." by TreeHugger Robot · 4 years, 5 months ago
  51. 2c0b9f5 Prune UsageStats data belonging to uninstalled packages. by Varun Shah · 4 years, 6 months ago
  52. 835283f Adding temp whitelist methods to PowerWhitelistManager interface. by Kweku Adams · 4 years, 6 months ago
  53. da0af12 Merge "Remove UserUsageStatsService#userUnlocked." by TreeHugger Robot · 4 years, 6 months ago
  54. 8958d5d Remove UserUsageStatsService#userUnlocked. by Varun Shah · 4 years, 6 months ago
  55. 1a1c61b Revert "Add a job to prune UsageStats data on package removals." by Marissa Wall · 4 years, 6 months ago
  56. 7172000 Revert "Prune obsolete UsageStats data on upgrade." by Marissa Wall · 4 years, 6 months ago
  57. 20fcf04 Merge "Add filegroups for services.* libraries" by TreeHugger Robot · 4 years, 6 months ago
  58. 5228cc2 Prune obsolete UsageStats data on upgrade. by Varun Shah · 4 years, 6 months ago
  59. ece1fa0 Add a job to prune UsageStats data on package removals. by Varun Shah · 4 years, 6 months ago
  60. bae2e90 Add filegroups for services.* libraries by Jiyong Park · 4 years, 6 months ago
  61. ff67149 Merge "Fix UsageStats begin and end timestamp bug." by Varun Shah · 4 years, 6 months ago
  62. 08d8170 Fix UsageStats begin and end timestamp bug. by Varun Shah · 4 years, 7 months ago
  63. a86a36b Merge "Add process capability as a new dimension." by Hui Yu · 4 years, 7 months ago
  64. 2696932 Add process capability as a new dimension. by Hui Yu · 4 years, 9 months ago
  65. ec2b60e Merge "Add TEST_MAPPING for UsageStats." by TreeHugger Robot · 4 years, 7 months ago
  66. 31d1346 Add TEST_MAPPING for UsageStats. by Varun Shah · 4 years, 7 months ago
  67. 69a85b9 Merge "Remove XML write functions from UsageStats." by Varun Shah · 4 years, 7 months ago
  68. b909c4d5 Move UsageStatsManagerInternal to services.jar by Christopher Tate · 4 years, 7 months ago
  69. 341f421 Merge "Remove logs related to UsageStats string cache." by TreeHugger Robot · 4 years, 7 months ago
  70. f7ca889 Better timestamp for shutdown and startup events. by Hui Yu · 4 years, 8 months ago
  71. 690d779 Remove logs related to UsageStats string cache. by Varun Shah · 4 years, 7 months ago
  72. 21c82c3 Remove XML write functions from UsageStats. by Varun Shah · 4 years, 7 months ago
  73. 5df072b Merge changes from topic "usagestats-obfuscation" by TreeHugger Robot · 4 years, 7 months ago
  74. 23033b0 Do not retain UsageStats for uninstalled packages. by Varun Shah · 4 years, 7 months ago
  75. df33ae1 Removing periodic parole window. by Kweku Adams · 4 years, 7 months ago
  76. 358d500 Catch exceptions in UsageStatsService on bad data. by Varun Shah · 4 years, 8 months ago
  77. e1ba9cd Obfuscate usage stats data stored on disk. by Varun Shah · 4 years, 9 months ago
  78. b5ceeaf Merge "Allow the supervision app to access certain UsageStats APIs." by Varun Shah · 4 years, 7 months ago
  79. b472b8f Allow the supervision app to access certain UsageStats APIs. by Varun Shah · 4 years, 8 months ago
  80. a72e04f MoveAppStandbyController to the jobscheduler module by Makoto Onuki · 4 years, 7 months ago
  81. 535202d Fix NPE in Usage Stats. by Varun Shah · 4 years, 8 months ago
  82. 77431b8 Handle async behavior with CE in UsageStats. by Varun Shah · 4 years, 8 months ago
  83. 5e1613e Update UsageStats#checkAndGetTimeLocked behavior. by Varun Shah · 4 years, 8 months ago
  84. 3a31520 Move usage stats data to credential encrypted storage. by Varun Shah · 4 years, 10 months ago
  85. 62022dc Add usagestats dump option to get appstandby settings state. by Sudheer Shanka · 4 years, 10 months ago
  86. 6acbca3 Rename ProtoInputStream.isNextField to nextField. by Kweku Adams · 4 years, 10 months ago
  87. f7f23bf Merge "Explicitly request clearing of external storage." into qt-dev am: 9637326ea8 by Jeff Sharkey · 5 years ago
  88. 3f70463 Explicitly request clearing of external storage. by Jeff Sharkey · 5 years ago
  89. 1872260 Merge "checkCarrierPrivilegesForPackage by subId rather than default" into qt-dev am: 856fe0fefc by Chen Xu · 5 years ago
  90. 856fe0f Merge "checkCarrierPrivilegesForPackage by subId rather than default" into qt-dev by Chen Xu · 5 years ago
  91. 28fe135 checkCarrierPrivilegesForPackage by subId rather than default by chen xu · 5 years ago
  92. 9dbd816 Merge "Remove temporary UserUsageStatsService logging" into qt-dev am: 89ed22cf08 by Michael Wachenschwanz · 5 years ago
  93. 89ed22c Merge "Remove temporary UserUsageStatsService logging" into qt-dev by TreeHugger Robot · 5 years ago
  94. 33a3a40 Merge "Add a dumpsys for UsageStatsDatabase info." into qt-dev am: 88f46c6cd6 by Varun Shah · 5 years ago
  95. 88f46c6 Merge "Add a dumpsys for UsageStatsDatabase info." into qt-dev by TreeHugger Robot · 5 years ago
  96. b5997f8 Merge "Remove sanity check in UsageStatsDatabase." into qt-dev am: 973ec50c27 by Varun Shah · 5 years ago
  97. f9cbd67 Remove temporary UserUsageStatsService logging by Michael Wachenschwanz · 5 years ago
  98. dbdee14 Remove sanity check in UsageStatsDatabase. by Varun Shah · 5 years ago
  99. 5bef1be Add a dumpsys for UsageStatsDatabase info. by Varun Shah · 5 years ago
  100. 6d2d509 Merge "Elevate standby bucket on first foreground service start" into qt-dev am: 8189440785 by Michael Wachenschwanz · 5 years ago