Searched refs:isCallerDeviceOrProfileOwner (Results 1 – 1 of 1) sorted by relevance
491 return isCallerDeviceOrProfileOwner(snapshot, userId, callingUid) in isSuspendAllowedForUser()510 isCallerDeviceOrProfileOwner(snapshot, targetUserId, callingUid); in canSuspendPackageForUser()631 private boolean isCallerDeviceOrProfileOwner(@NonNull Computer snapshot, int targetUserId, in isCallerDeviceOrProfileOwner() method in SuspendPackageHelper