Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2026 private boolean isUidNetworkingWithVpnBlocked(int uid, int uidRules, boolean isNetworkMetered, in isUidNetworkingWithVpnBlocked() method in ConnectivityService
7254 final boolean blocked = isUidNetworkingWithVpnBlocked(nri.mUid, mUidRules.get(nri.mUid), in notifyNetworkAvailable()
7286 oldBlocked = isUidNetworkingWithVpnBlocked(nri.mUid, uidRules, oldMetered, in maybeNotifyNetworkBlocked()
7288 newBlocked = isUidNetworkingWithVpnBlocked(nri.mUid, uidRules, newMetered, in maybeNotifyNetworkBlocked()
7312 oldBlocked = isUidNetworkingWithVpnBlocked( in maybeNotifyNetworkBlockedForNewUidRules()
7314 newBlocked = isUidNetworkingWithVpnBlocked( in maybeNotifyNetworkBlockedForNewUidRules()
/frameworks/base/services/
Dart-profile849 HSPLcom/android/server/ConnectivityService;->isUidNetworkingWithVpnBlocked(IIZZ)Z