Searched refs:getCacheAppGid (Results 1 – 5 of 5) sorted by relevance
21 import static android.os.UserHandle.getCacheAppGid;106 return getCacheAppGid(userId, appId); in multiuser_get_cache_gid()
350 public static int getCacheAppGid(int uid) { in getCacheAppGid() method in UserHandle351 return getCacheAppGid(getUserId(uid), getAppId(uid)); in getCacheAppGid()355 public static int getCacheAppGid(@UserIdInt int userId, @AppIdInt int appId) { in getCacheAppGid() method in UserHandle
676 final int gid = UserHandle.getCacheAppGid(Process.myUid()); in ensurePrivateCacheDirExists()
1622 final int cacheAppGid = UserHandle.getCacheAppGid(UserHandle.getAppId(uid));
16400 HSPLandroid/os/UserHandle;->getCacheAppGid(I)I16401 HSPLandroid/os/UserHandle;->getCacheAppGid(II)I