Searched refs:firstUidForUser (Results 1 – 1 of 1) sorted by relevance
13195 final int firstUidForUser = UserHandle.getUid(userId, 0); in onCleanupUserLocked() local13198 new UidToRemove(firstUidForUser, lastUidForUser, mClocks.elapsedRealtime())); in onCleanupUserLocked()13202 final int firstUidForUser = UserHandle.getUid(userId, 0); in onUserRemovedLocked() local13204 mUidStats.put(firstUidForUser, null); in onUserRemovedLocked()13206 final int firstIndex = mUidStats.indexOfKey(firstUidForUser); in onUserRemovedLocked()