No.
/data/data always belongs to the main user. You can see this by specifying the /data/user directory:
/data/user/0 is a soft link to /data/data , and permissions are set so that only this "user 0" has access to all the data stored in /data/data .
Therefore, /data/data not common to all users.
source share