Searched refs:firstUidForUser (Results 1 – 1 of 1) sorted by relevance
12893 final int firstUidForUser = UserHandle.getUid(userId, 0); in onCleanupUserLocked() local12896 new UidToRemove(firstUidForUser, lastUidForUser, mClocks.elapsedRealtime())); in onCleanupUserLocked()12900 final int firstUidForUser = UserHandle.getUid(userId, 0); in onUserRemovedLocked() local12902 mUidStats.put(firstUidForUser, null); in onUserRemovedLocked()12904 final int firstIndex = mUidStats.indexOfKey(firstUidForUser); in onUserRemovedLocked()