Home
last modified time | relevance | path

Searched defs:callingUserId (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java85 int callingUserId = getUserId(); in onCreate() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java646 final int callingUserId = resolveCallingUserIdEnforcingPermissionsLocked(requestingUserId); in mutateGlobalSetting() local
685 final int callingUserId = resolveCallingUserIdEnforcingPermissionsLocked(userId); in getAllSecureSettings() local
722 final int callingUserId = resolveCallingUserIdEnforcingPermissionsLocked(requestingUserId); in getSecureSetting() local
771 final int callingUserId = resolveCallingUserIdEnforcingPermissionsLocked(requestingUserId); in mutateSecureSetting() local
823 final int callingUserId = resolveCallingUserIdEnforcingPermissionsLocked(userId); in getAllSystemSettings() local
856 final int callingUserId = resolveCallingUserIdEnforcingPermissionsLocked(requestingUserId); in getSystemSetting() local
909 final int callingUserId = resolveCallingUserIdEnforcingPermissionsLocked(runAsUserId); in mutateSystemSetting() local
965 private boolean isLocationProvidersAllowedRestricted(String name, int callingUserId, in isLocationProvidersAllowedRestricted()
1198 final int callingUserId = UserHandle.getCallingUserId(); in getRequestingUserId() local
/frameworks/base/services/core/java/com/android/server/
DMmsServiceBroker.java502 final int callingUserId = UserHandle.getCallingUserId(); in adjustUriForUserAndGrantPermission() local
DMountService.java1340 final int callingUserId = UserHandle.getCallingUserId(); in enforceAdminUser() local
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java157 final int callingUserId = UserHandle.getCallingUserId(); in ensureInUserProfiles() local
DUserManagerService.java1901 int callingUserId = UserHandle.getCallingUserId(); in getUserCreationTime() local
DPackageManagerService.java14645 int callingUserId = UserHandle.getUserId(callingUid); in enforceOwnerRights() local
14662 final int callingUserId = UserHandle.getCallingUserId(); in getHomeActivities() local
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamManagerService.java551 final int callingUserId = UserHandle.getCallingUserId(); in testDream() local
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4963 int callingUserId = UserHandle.getCallingUserId(); in addCrossProfileIntentFilter() local
4989 int callingUserId = UserHandle.getCallingUserId(); in clearCrossProfileIntentFilters() local
5177 int callingUserId = UserHandle.getCallingUserId(); in checkCallerIsCurrentUserOrProfile() local
5535 int callingUserId = UserHandle.getCallingUserId(); in setApplicationHidden() local
5556 int callingUserId = UserHandle.getCallingUserId(); in isApplicationHidden() local
5813 final int callingUserId = UserHandle.getCallingUserId(); in startManagedQuickContact() local
5841 public int getManagedUserId(int callingUserId) { in getManagedUserId()
6037 int callingUserId = UserHandle.getCallingUserId(); in setSecureSetting() local
/frameworks/base/core/java/android/content/
DContentProvider.java588 final int callingUserId = UserHandle.getUserId(uid); in enforceReadPermissionInner() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3667 final int callingUserId = UserHandle.getUserId(callingUid); in resolveCallingUserIdEnforcingPermissionsLocked() local
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3729 final int callingUserId = UserHandle.getUserId(callingUid); in isPrivileged() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15844 final int callingUserId = UserHandle.getUserId(callingUid); in handleIncomingUser() local