Home
last modified time | relevance | path

Searched refs:netdPermsUids (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DPermissionMonitor.java234 SparseIntArray netdPermsUids = new SparseIntArray(); in startMonitoring() local
258 netdPermsUids.put(uid, netdPermsUids.get(uid) | otherNetdPerms); in startMonitoring()
273 netdPermsUids.put(uid, netdPermsUids.get(uid) | netdPermission); in startMonitoring()
278 sendPackagePermissionsToNetd(netdPermsUids); in startMonitoring()