Searched refs:lastUidForUser (Results 1 – 1 of 1) sorted by relevance
12896 final int lastUidForUser = UserHandle.getUid(userId, UserHandle.PER_USER_RANGE - 1); in onCleanupUserLocked() local12898 new UidToRemove(firstUidForUser, lastUidForUser, mClocks.elapsedRealtime())); in onCleanupUserLocked()12903 final int lastUidForUser = UserHandle.getUid(userId, UserHandle.PER_USER_RANGE - 1); in onUserRemovedLocked() local12905 mUidStats.put(lastUidForUser, null); in onUserRemovedLocked()12907 final int lastIndex = mUidStats.indexOfKey(lastUidForUser); in onUserRemovedLocked()