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

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

Completed in 119 milliseconds