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()
449 public static int getCacheAppGid(int uid) { in getCacheAppGid() method in UserHandle450 return getCacheAppGid(getUserId(uid), getAppId(uid)); in getCacheAppGid()454 public static int getCacheAppGid(@UserIdInt int userId, @AppIdInt int appId) { in getCacheAppGid() method in UserHandle
814 final int gid = UserHandle.getCacheAppGid(Process.myUid()); in ensurePrivateCacheDirExists()
1779 final int cacheAppGid = UserHandle.getCacheAppGid(UserHandle.getAppId(uid));
12913 HSPLandroid/os/UserHandle;->getCacheAppGid(I)I12914 HSPLandroid/os/UserHandle;->getCacheAppGid(II)I
12916 HSPLandroid/os/UserHandle;->getCacheAppGid(I)I12917 HSPLandroid/os/UserHandle;->getCacheAppGid(II)I
39373 Landroid/os/UserHandle;->getCacheAppGid(I)I39374 Landroid/os/UserHandle;->getCacheAppGid(II)I