Searched refs:hasCycle (Results 1 – 4 of 4) sorted by relevance
183 public boolean hasCycle() { in hasCycle() method in NetworkPolicy
297 if (policy.hasCycle() && policy.template.matches(identity)) { in getUserPolicyOpportunisticQuotaBytes()
1171 if (!policy.hasCycle()) continue;1724 if (policy.limitBytes == LIMIT_DISABLED || !policy.hasCycle()) { in updateNetworkEnabledNL()1913 if (hasLimit && policy.hasCycle()) {
14261 HPLandroid/net/NetworkPolicy;->hasCycle()Z