Searched refs:lastUidForUser (Results 1 – 1 of 1) sorted by relevance
12894 final int lastUidForUser = UserHandle.getUid(userId, UserHandle.PER_USER_RANGE - 1); in onCleanupUserLocked() local12896 new UidToRemove(firstUidForUser, lastUidForUser, mClocks.elapsedRealtime())); in onCleanupUserLocked()12901 final int lastUidForUser = UserHandle.getUid(userId, UserHandle.PER_USER_RANGE - 1); in onUserRemovedLocked() local12903 mUidStats.put(lastUidForUser, null); in onUserRemovedLocked()12905 final int lastIndex = mUidStats.indexOfKey(lastUidForUser); in onUserRemovedLocked()