Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java278 final ArrayList<Integer> skippedBlockedUids = new ArrayList<>(); in pollSocketsInfo() local
307 skippedBlockedUids.add(newInfo.uid); in pollSocketsInfo()
317 if (!skippedBlockedUids.isEmpty()) { in pollSocketsInfo()
318 logd("Skip blocked uids: " + skippedBlockedUids); in pollSocketsInfo()