Home
last modified time | relevance | path

Searched refs:callingUserHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DStatusHints.java148 public static Icon validateAccountIconUserBoundary(Icon icon, UserHandle callingUserHandle) { in validateAccountIconUserBoundary() argument
158 if (userId != callingUserHandle.getIdentifier()) return null; in validateAccountIconUserBoundary()
/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java290 UserHandle callingUserHandle = UserHandle.getUserHandleForUid(callingUid); in showSwitchToManagedProfileDialogIfAppropriate() local
295 callingUserHandle)) { in showSwitchToManagedProfileDialogIfAppropriate()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java2820 final int callingUserHandle = UserHandle.getCallingUserId(); in adbBackup() local
2821 if (callingUserHandle != UserHandle.USER_SYSTEM) { in adbBackup()
2923 final int callingUserHandle = UserHandle.getCallingUserId(); in fullTransportBackup() local
2925 if (callingUserHandle != UserHandle.USER_SYSTEM) { in fullTransportBackup()
2994 final int callingUserHandle = UserHandle.getCallingUserId(); in adbRestore() local
2995 if (callingUserHandle != UserHandle.USER_SYSTEM) { in adbRestore()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java17249 final UserHandle callingUserHandle = UserHandle.of(callingUserId);
17256 UserManager.DISALLOW_ADD_MANAGED_PROFILE, callingUserHandle);
17274 callingUserHandle, hasDeviceOwner);