1. 74e5b7d Correct sequencing of widget vs boot-complete broadcasts by Christopher Tate · 5 years ago
  2. 67d4426 Restart the user only after the key is evicted. by Pavel Grafov · 5 years ago
  3. cecf116 UserController.startUser nullchecks unlockListener by Bookatz · 5 years ago
  4. d8eb8b2 Restricted permission mechanism - framework by Svet Ganov · 5 years ago
  5. df54b66 Add multiuserDelayUserDataLocking configuration by Keun young Park · 5 years ago
  6. 0cb5ae7 Do not skip user starting for user 0 by Keun young Park · 5 years ago
  7. e339eef Revert "Revert "Decide the current user after PHASE_THIRD_PARTY boot phase"" by Keun young Park · 5 years ago
  8. 9cd24f6 Revert "Decide the current user after PHASE_THIRD_PARTY boot phase" by Keun-young Park · 5 years ago
  9. b90c4d3 Decide the current user after PHASE_THIRD_PARTY boot phase by Keun young Park · 5 years ago
  10. 000d88d Merge "Notify caller when unlockUser() bails out" am: e7df4aa57c am: 030f2bd0ac by Rubin Xu · 5 years ago
  11. f40a733 Merge "Move Checkpoint commit to finishBooting" by Daniel Rosenberg · 5 years ago
  12. e8433a1 Move Checkpoint commit to finishBooting by Daniel Rosenberg · 5 years ago
  13. 19e63a2 Merge "ActivityManager start-user has wait flag" by Adam Bookatz · 5 years ago
  14. 4760f08 Help on issue #128350014: runInstallCreate from pm command asks... by Dianne Hackborn · 5 years ago
  15. 03bfe6f ActivityManager start-user has wait flag by Bookatz · 5 years ago
  16. 98571a0 Notify caller when unlockUser() bails out by Rubin Xu · 5 years ago
  17. 63227d9 Start user widgets outside the AMS lock by Christopher Tate · 5 years ago
  18. c99d718 Deliver realCallingUid and realCallingPid to by Michal Karpinski · 5 years ago
  19. 29f70de Add non-system user unlock time to timing trace by Keun-young Park · 5 years ago
  20. 7ff7fdb Log broadcast dispatch latency during BOOT_COMPLETED by Ng Zhi An · 6 years ago
  21. 0f2f9d0 Merge "Add commitChanges for signaling checkpointing end" by TreeHugger Robot · 6 years ago
  22. 172e1fb Fixed a typo in UserController.java by shafik · 6 years ago
  23. e129e5c Add commitChanges for signaling checkpointing end by Daniel Rosenberg · 6 years ago
  24. 1c866f4 Merge "Add new queue to offload slow broadcasts" by Zhi An Ng · 6 years ago
  25. 27c48ae Removed references to ATMS.getLockTaskController() from AMS (34/n) by Wale Ogunwale · 6 years ago
  26. d7889f5 Removed references to ActivityTaskManagerService.getRecentTasks() from AMS (32/n) by Wale Ogunwale · 6 years ago
  27. 150a6ba Add new queue to offload slow broadcasts by Ng Zhi An · 6 years ago
  28. 31913b5 Removed AMS.mStackSuperivor (22/n) by Wale Ogunwale · 6 years ago
  29. 214f348 Moved startHomeActivity methods from AMS to ATMS (19/n) by Wale Ogunwale · 6 years ago
  30. ac7c8ae Go via FgThread when starting the profiles during system boot. by Pavel Grafov · 6 years ago
  31. 10c1674 Go via FgThread when starting the profiles during system boot. by Pavel Grafov · 6 years ago
  32. 2ec961d Send widget registration broadcasts before BOOT_COMPLETE by Christopher Tate · 6 years ago
  33. 1d1e80a Handle NPE in UserController by Ralph Nathan · 6 years ago
  34. 88dc93f Send widget registration broadcasts before BOOT_COMPLETE by Christopher Tate · 6 years ago
  35. ab132ee Per-display resumed activities by Andrii Kulian · 6 years ago
  36. e7739b3 Frameworks: Annotate trivial @GuardedBy in services/core by Andreas Gampe · 6 years ago
  37. 86b7446 Break direct calls to UserController object in AMS from activity classes (12/n) by Wale Ogunwale · 6 years ago
  38. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  39. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  40. d95c06b Switched TaskRecord.mService to ActivityTaskManagerService (6/n) by Wale Ogunwale · 6 years ago
  41. 16e505a Moved mRecentTasks to ActivityManagerTaskService (4/n) by Wale Ogunwale · 6 years ago
  42. 3d4b5c9 Wait for the user to fully stop before starting by Fyodor Kupolov · 6 years ago
  43. 634c34e Serialize key eviction vs. user storage preparation by Pavel Grafov · 6 years ago
  44. cf6ca0c Have UserController use a CarUserSwitchingDialog instead of a by Aarthi Balachander · 6 years ago
  45. 65317ba Merge "Properly remove activity from task on start failure." into pi-dev by Bryce Lee · 6 years ago
  46. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  47. 35ad81e Remove prohibition on switching to user 0 in demo by Christine Franks · 6 years ago
  48. 3378aa9 Work on issue #74404949: Screen state usage API by Dianne Hackborn · 6 years ago
  49. ced5439 Work on issue #74404949: Screen state usage API by Dianne Hackborn · 6 years ago
  50. 6c6e9ca Remove am/wm.proto which is redundant. The naming convention is defined by Yi Jin · 6 years ago
  51. 6569c36 Make "am kill" actually support --user all by Makoto Onuki · 6 years ago
  52. 26b0f35 Finish unlocking user before touching apps. by Jeff Sharkey · 6 years ago
  53. 7041c4b Fix work profile shortcut launch by Makoto Onuki · 6 years ago
  54. 1df8981 Use removeUserEvenWhenDisallowed for removing ephemeral user by Alex Chau · 6 years ago
  55. 148d7f4 Implement activity --proto --processes by Yi Jin · 7 years ago
  56. e839d70 Allow Recents in current user to access APIs in its child profile by Tony Mak · 7 years ago
  57. fbc7717 Add back missing synchronized in stopGuestOrEphemeralUserIfBackground by Alex Chau · 7 years ago
  58. 62995ef Check if UserState is null in stopGuestOrEphemeralUserIfBackground by Alex Chau · 7 years ago
  59. 93ae42b Customize user switch dialog by Alex Chau · 7 years ago
  60. b6ef869 Move startUserInBackground to standalone and avoid user from being stopped unnecessarily by Alex Chau · 7 years ago
  61. 8d2faf0 Remove user state in onUserRemoved by Fyodor Kupolov · 7 years ago
  62. 60f53e6 Do not skip broadcast if the parent user is running by Tony Mak · 7 years ago
  63. 553b997 Fix trySetQuietModeDisabled may introduce deadlock by Tony Mak · 7 years ago
  64. 64fd8c0 Allow caller to specify target to start in setQuietModeEnabled by Tony Mak · 7 years ago
  65. 4c72df0 Fix StrictMode I/O violations by Fyodor Kupolov · 7 years ago
  66. d2c97e6 Revert "Fix StrictMode I/O violations" by Fyodor Kupolov · 7 years ago
  67. 18b2a13 Fix StrictMode I/O violations by Fyodor Kupolov · 7 years ago
  68. ff9b4dff AM: make LockTask truly multi-task-aware. by Charles He · 7 years ago
  69. d4e7897 Merge "Added config_multiuserMaxRunningUsers" by Fyodor Kupolov · 7 years ago
  70. 53cba30 Added config_multiuserMaxRunningUsers by Fyodor Kupolov · 7 years ago
  71. 3f0e59a Formalize recents component in the system by Winson Chung · 7 years ago
  72. bc77f88 Fixed issue with MAX_RUNNING_USERS by Fyodor Kupolov · 7 years ago
  73. 0d77c6d Report time to unlock users by Fyodor Kupolov · 7 years ago
  74. 06aea9d Do not send SHUTDOWN broadcast to manifest receivers by Fyodor Kupolov · 7 years ago
  75. f544f02 Explain why MAX_RUNNING_USERS is 3. by Makoto Onuki · 7 years ago
  76. 1b3edac Use separate lock in UserController by Fyodor Kupolov · 7 years ago
  77. 58e732d Use dedicated handlers in UserController by Fyodor Kupolov · 7 years ago
  78. 807e650 Report only missing user switching callbacks by Fyodor Kupolov · 7 years ago
  79. a83859f Refactor all lock task related methods into a new class by Benjamin Franz · 7 years ago
  80. ef03b0d Merge "Removed isUserStoppingOrShuttingDownLocked" into oc-mr1-dev am: 0ee1e6d3c1 by Fyodor Kupolov · 7 years ago
  81. ce43b1b Removed isUserStoppingOrShuttingDownLocked by Fyodor Kupolov · 7 years ago
  82. 558325c Merge "Move key eviction past system services user cleanup." into oc-mr1-dev am: 03515d0ad2 by Pavel Grafov · 7 years ago
  83. 563707b Add unit tests to ActivityStarterInterceptor by Benjamin Franz · 7 years ago
  84. 0502a4c Move key eviction past system services user cleanup. by Pavel Grafov · 7 years ago
  85. a24e81219f Restore behavior of isUserRunning by Fyodor Kupolov · 7 years ago
  86. 92bfea6 Merge "Merge "Send ACTION_SHUTDOWN broadcast to manifest receivers" into oc-dev am: 630a49aa4e am: f03738d877" into oc-dr1-dev-plus-aosp by Christopher Tate · 7 years ago
  87. f03738d Merge "Send ACTION_SHUTDOWN broadcast to manifest receivers" into oc-dev by Christopher Tate · 7 years ago
  88. 98946b9 Send ACTION_SHUTDOWN broadcast to manifest receivers by Christopher Tate · 7 years ago
  89. 0468ee9 In the stopping/shutdown state return unlock state of the user key by Fyodor Kupolov · 7 years ago
  90. dcb26bb Avoid locking in getCurrentUser when there is no user switch by Fyodor Kupolov · 7 years ago
  91. 5ddcca7 Additional log instrumentation for multi-user by Fyodor Kupolov · 7 years ago
  92. 5c2cf03 Do not stop lock task if it is starting background user by Tony Mak · 7 years ago
  93. 4ba91b9 Do not log boot times for secondary users and upgrades by Fyodor Kupolov · 8 years ago
  94. 42a386b Enable background restrictions by Christopher Tate · 8 years ago
  95. 24e12dc Log excessive boot times by Fyodor Kupolov · 8 years ago
  96. 1d87e40 Do not report boot timings on first boot or runtime restart by Fyodor Kupolov · 8 years ago
  97. 85a63bc Evict CE key on request and when work mode is turned off. by Andrew Scull · 8 years ago
  98. 2250d56 Rename MountService to StorageManagerService. by Sudheer Shanka · 8 years ago
  99. 4c9f9d6 Merge "Increased user switch timeout to 3s" by Fyodor Kupolov · 8 years ago
  100. 0e0986e Increased user switch timeout to 3s by Fyodor Kupolov · 8 years ago