History log of /frameworks/base/services/tests/servicestests/src/com/android/server/pm/UserManagerServiceIdRecyclingTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0f4533d8a185cdefbbe79b5eb8ff13eef924382c 19-May-2016 Fyodor Kupolov <fkupolov@google.com> Recycle userIds after hitting the limit

Previously the system had to be rebooted to allow reusing IDs of removed
users.

Now removed userIds will be recycled after hitting MAX_USER_ID limit.
In this stage all mRemovingUserIds are released, with the exception of ids
stored in an LRU queue - mRecentlyRemovedIds

Added debug flag RELEASE_DELETED_USER_ID to allow reusing of userIds
immediately after the user is deleted.

Bug: 28822373
Change-Id: Ibde562c69efc1533dbca2f1f8d919bee7473644f
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/UserManagerServiceIdRecyclingTest.java