Home
last modified time | relevance | path

Searched refs:MULTIUSER_APP_PER_USER_RANGE (Results 1 – 2 of 2) sorted by relevance

/system/core/libcutils/
Dmultiuser.c20 return uid / MULTIUSER_APP_PER_USER_RANGE; in multiuser_get_user_id()
24 return uid % MULTIUSER_APP_PER_USER_RANGE; in multiuser_get_app_id()
28 return userId * MULTIUSER_APP_PER_USER_RANGE + (appId % MULTIUSER_APP_PER_USER_RANGE); in multiuser_get_uid()
/system/core/include/cutils/
Dmultiuser.h28 #define MULTIUSER_APP_PER_USER_RANGE 100000 macro