Searched refs:getCallingAppId (Results 1 – 9 of 9) sorted by relevance
263 public static @AppIdInt int getCallingAppId() { in getCallingAppId() method in UserHandle
967 final int resolvedUid = UserHandle.getUid(resolvedUserId, UserHandle.getCallingAppId()); in addAccessibilityInteractionConnection()971 packageName, UserHandle.getCallingAppId(), resolvedUserId, in addAccessibilityInteractionConnection()
767 event.getPackageName(), UserHandle.getCallingAppId(), resolvedUserId, in sendAccessibilityEvent()
136 if (UserHandle.getCallingAppId() == android.os.Process.SHELL_UID in enforceShellRestrictions()
3532 || (UserHandle.getCallingAppId() == android.os.Process.SYSTEM_UID)3533 || (UserHandle.getCallingAppId() == android.os.Process.PHONE_UID)) {3593 if (UserHandle.getCallingAppId() != android.os.Process.SYSTEM_UID) {
16833 if (UserHandle.getCallingAppId() != Process.SHELL_UID16834 && UserHandle.getCallingAppId() != Process.ROOT_UID) {16881 if (UserHandle.getCallingAppId() != Process.SHELL_UID16882 && UserHandle.getCallingAppId() != Process.ROOT_UID) {16893 if (UserHandle.getCallingAppId() != Process.SHELL_UID16894 && UserHandle.getCallingAppId() != Process.ROOT_UID) {
1691 && UserHandle.getCallingAppId() != Process.SYSTEM_UID) { in revokeRuntimePermissionInternal()
5265 if (UserHandle.getCallingAppId() >= FIRST_APPLICATION_UID) { in setBluetoothScoOn()
43341 Landroid/os/UserHandle;->getCallingAppId()I