Searched refs:getCacheAppGid (Results 1 – 6 of 6) sorted by relevance
21 import static android.os.UserHandle.getCacheAppGid;106 return getCacheAppGid(userId, appId); in multiuser_get_cache_gid()
299 public static int getCacheAppGid(int uid) { in getCacheAppGid() method in UserHandle300 return getCacheAppGid(getUserId(uid), getAppId(uid)); in getCacheAppGid()304 public static int getCacheAppGid(int userId, int appId) { in getCacheAppGid() method in UserHandle
648 final int gid = UserHandle.getCacheAppGid(Process.myUid()); in ensurePrivateCacheDirExists()
1582 gids[1] = UserHandle.getCacheAppGid(UserHandle.getAppId(uid));
12322 HSPLandroid/os/UserHandle;->getCacheAppGid(I)I
53901 Landroid/os/UserHandle;->getCacheAppGid(I)I53902 Landroid/os/UserHandle;->getCacheAppGid(II)I