Searched defs:userId (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dmultiuser.c27 uid_t multiuser_get_uid(userid_t userId, appid_t appId) { argument
28 return userId * MULTIUSER_APP_PER_USER_RANGE + (appId % MULTIUSER_APP_PER_USER_RANGE);

Completed in 30 milliseconds