Searched refs:remoteUid (Results 1 – 2 of 2) sorted by relevance
677 int remoteUid = mApp.getPackageManager().getPackageUid(packageName, 0 /*flags*/); in createSipDelegate() local678 if (Binder.getCallingUid() != remoteUid) { in createSipDelegate()
1831 final int remoteUid = mRemoteSocketFactoryClient.getUid(); in testBlockIncomingPackets() local1832 final List<Range<Integer>> lockdownRange = List.of(new Range<>(remoteUid, remoteUid)); in testBlockIncomingPackets()1848 registerDefaultNetworkCallbackForUid(remoteUid, remoteUidCallback, in testBlockIncomingPackets()