Searched refs:callingUserHandle (Results 1 – 4 of 4) sorted by relevance
148 public static Icon validateAccountIconUserBoundary(Icon icon, UserHandle callingUserHandle) { in validateAccountIconUserBoundary() argument158 if (userId != callingUserHandle.getIdentifier()) return null; in validateAccountIconUserBoundary()
290 UserHandle callingUserHandle = UserHandle.getUserHandleForUid(callingUid); in showSwitchToManagedProfileDialogIfAppropriate() local295 callingUserHandle)) { in showSwitchToManagedProfileDialogIfAppropriate()
2820 final int callingUserHandle = UserHandle.getCallingUserId(); in adbBackup() local2821 if (callingUserHandle != UserHandle.USER_SYSTEM) { in adbBackup()2923 final int callingUserHandle = UserHandle.getCallingUserId(); in fullTransportBackup() local2925 if (callingUserHandle != UserHandle.USER_SYSTEM) { in fullTransportBackup()2994 final int callingUserHandle = UserHandle.getCallingUserId(); in adbRestore() local2995 if (callingUserHandle != UserHandle.USER_SYSTEM) { in adbRestore()
17249 final UserHandle callingUserHandle = UserHandle.of(callingUserId);17256 UserManager.DISALLOW_ADD_MANAGED_PROFILE, callingUserHandle);17274 callingUserHandle, hasDeviceOwner);