Rename methods that take caller identity

Rename:
getProfileOwnerOfCallerLocked -> getProfileOwnerLocked
getDeviceOwnerOfCallerLocked -> getDeviceOwnerLocked

Since these methods take in a CallerIdentity and do not actually
return the PO/DO of the caller.

Test: That it compiles
Test: atest FrameworksServicesTests:DevicePolicyManagerTest
Bug: 163028934
Change-Id: I650591937f0859f460757c5f49c3b435f9f35a4e
1 file changed