Searched refs:getCacheAppGid (Results 1 – 7 of 7) sorted by relevance
21 import static android.os.UserHandle.getCacheAppGid;109 return getCacheAppGid(userId, appId); in multiuser_get_cache_gid()
447 public static int getCacheAppGid(int uid) { in getCacheAppGid() method in UserHandle448 return getCacheAppGid(getUserId(uid), getAppId(uid)); in getCacheAppGid()452 public static int getCacheAppGid(@UserIdInt int userId, @AppIdInt int appId) { in getCacheAppGid() method in UserHandle
785 final int gid = UserHandle.getCacheAppGid(Process.myUid()); in ensurePrivateCacheDirExists()
1666 final int cacheAppGid = UserHandle.getCacheAppGid(UserHandle.getAppId(uid));
13095 HSPLandroid/os/UserHandle;->getCacheAppGid(I)I13096 HSPLandroid/os/UserHandle;->getCacheAppGid(II)I
13098 HSPLandroid/os/UserHandle;->getCacheAppGid(I)I13099 HSPLandroid/os/UserHandle;->getCacheAppGid(II)I
40016 Landroid/os/UserHandle;->getCacheAppGid(I)I40017 Landroid/os/UserHandle;->getCacheAppGid(II)I