Home
last modified time | relevance | path

Searched refs:getCacheAppGid (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DUserHandleTest.java21 import static android.os.UserHandle.getCacheAppGid;
109 return getCacheAppGid(userId, appId); in multiuser_get_cache_gid()
/aosp14/frameworks/base/core/java/android/os/
H A DUserHandle.java447 public static int getCacheAppGid(int uid) { in getCacheAppGid() method in UserHandle
448 return getCacheAppGid(getUserId(uid), getAppId(uid)); in getCacheAppGid()
452 public static int getCacheAppGid(@UserIdInt int userId, @AppIdInt int appId) { in getCacheAppGid() method in UserHandle
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java785 final int gid = UserHandle.getCacheAppGid(Process.myUid()); in ensurePrivateCacheDirExists()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java1666 final int cacheAppGid = UserHandle.getCacheAppGid(UserHandle.getAppId(uid));
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt13095 HSPLandroid/os/UserHandle;->getCacheAppGid(I)I
13096 HSPLandroid/os/UserHandle;->getCacheAppGid(II)I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt13098 HSPLandroid/os/UserHandle;->getCacheAppGid(I)I
13099 HSPLandroid/os/UserHandle;->getCacheAppGid(II)I
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt40016 Landroid/os/UserHandle;->getCacheAppGid(I)I
40017 Landroid/os/UserHandle;->getCacheAppGid(II)I