Searched refs:MAX_RECENTLY_REMOVED_IDS_SIZE (Results 1 – 2 of 2) sorted by relevance
79 int lastId = startFrom + UserManagerService.MAX_RECENTLY_REMOVED_IDS_SIZE; in testUserCreateRecycleIdsAddAllThenRemove()102 if (queue.size() > UserManagerService.MAX_RECENTLY_REMOVED_IDS_SIZE) { in testUserCreateRecycleIdsOverflow()
243 static final int MAX_RECENTLY_REMOVED_IDS_SIZE = 100; field in UserManagerService4247 if (mRecentlyRemovedIds.size() > MAX_RECENTLY_REMOVED_IDS_SIZE) { in addRemovingUserIdLocked()