Ensure all calls to getCallingUid use the version in mDeps.

There are a few calls in ConnectivityService that use the static
Binder.getCallingUid or even just getCallingUid inherited from
Binder. Fix all these to be mDeps.getCallingUid.

Test: m
Bug: 165835257
Change-Id: I0986b5272b3d40baeae3537d0d623f1150f27cdb
1 file changed
tree: 2d9312eae00f718a33213ee3d7fda50044ad781f
  1. core/
  2. framework/
  3. service/
  4. services/
  5. tests/
  6. OWNERS