Home
last modified time | relevance | path

Searched refs:getCallingAppId (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DUserHandle.java263 public static @AppIdInt int getCallingAppId() { in getCallingAppId() method in UserHandle
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java1001 final int resolvedUid = UserHandle.getUid(resolvedUserId, UserHandle.getCallingAppId()); in addAccessibilityInteractionConnection()
1005 packageName, UserHandle.getCallingAppId(), resolvedUserId, in addAccessibilityInteractionConnection()
H A DAccessibilityManagerService.java770 event.getPackageName(), UserHandle.getCallingAppId(), resolvedUserId, in sendAccessibilityEvent()
/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java136 if (UserHandle.getCallingAppId() == android.os.Process.SHELL_UID in enforceShellRestrictions()
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java3532 || (UserHandle.getCallingAppId() == android.os.Process.SYSTEM_UID)
3533 || (UserHandle.getCallingAppId() == android.os.Process.PHONE_UID)) {
3593 if (UserHandle.getCallingAppId() != android.os.Process.SYSTEM_UID) {
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java16910 if (UserHandle.getCallingAppId() != Process.SHELL_UID
16911 && UserHandle.getCallingAppId() != Process.ROOT_UID) {
16958 if (UserHandle.getCallingAppId() != Process.SHELL_UID
16959 && UserHandle.getCallingAppId() != Process.ROOT_UID) {
16970 if (UserHandle.getCallingAppId() != Process.SHELL_UID
16971 && UserHandle.getCallingAppId() != Process.ROOT_UID) {
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermissionManagerService.java1703 && UserHandle.getCallingAppId() != Process.SYSTEM_UID) { in revokeRuntimePermissionInternal()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java5302 if (UserHandle.getCallingAppId() >= FIRST_APPLICATION_UID) { in setBluetoothScoOn()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt43341 Landroid/os/UserHandle;->getCallingAppId()I