Searched refs:getCacheAppGid (Results 1 – 7 of 7) sorted by relevance
21 import static android.os.UserHandle.getCacheAppGid;106 return getCacheAppGid(userId, appId); in multiuser_get_cache_gid()
388 public static int getCacheAppGid(int uid) { in getCacheAppGid() method in UserHandle389 return getCacheAppGid(getUserId(uid), getAppId(uid)); in getCacheAppGid()393 public static int getCacheAppGid(@UserIdInt int userId, @AppIdInt int appId) { in getCacheAppGid() method in UserHandle
738 final int gid = UserHandle.getCacheAppGid(Process.myUid()); in ensurePrivateCacheDirExists()
1615 final int cacheAppGid = UserHandle.getCacheAppGid(UserHandle.getAppId(uid));
13512 HSPLandroid/os/UserHandle;->getCacheAppGid(I)I13513 HSPLandroid/os/UserHandle;->getCacheAppGid(II)I
13502 HSPLandroid/os/UserHandle;->getCacheAppGid(I)I13503 HSPLandroid/os/UserHandle;->getCacheAppGid(II)I
43339 Landroid/os/UserHandle;->getCacheAppGid(I)I43340 Landroid/os/UserHandle;->getCacheAppGid(II)I