Searched refs:PER_USER_RANGE (Results 1 – 5 of 5) sorted by relevance
28 public static final int PER_USER_RANGE = 100000; field in UserId79 return uid / PER_USER_RANGE; in getUserId()95 return userId * PER_USER_RANGE + (appId % PER_USER_RANGE); in getUid()106 return uid % PER_USER_RANGE; in getAppId()
75 #define PER_USER_RANGE ((uid_t)100000) /* range of uids per user macro
222 uid = (uid_t) s.st_uid % PER_USER_RANGE; in clone_persona_data()224 make_user_data(name, uid + target_persona * PER_USER_RANGE, in clone_persona_data()
728 if (DEBUG_MU && r.callingUid > UserId.PER_USER_RANGE) { in processNextBroadcast()
15262 || (userId < 1 && aInfo.applicationInfo.uid < UserId.PER_USER_RANGE)) { in getActivityInfoForUser()